mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2026-01-14 17:16:25 +00:00
7 lines
114 B
Python
7 lines
114 B
Python
import pytest
|
|
|
|
|
|
@pytest.mark.test_lanforge_connectivity
|
|
def test_cv(create_lanforge_chamberview):
|
|
assert True
|