mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-01 19:37:54 +00:00
- exit from pytest if ap is not pointing to right sdk
Signed-off-by: Sushant Bawiskar <sushant.bawiskar@candelatech.com>
This commit is contained in:
committed by
Sushant Bawiskar
parent
d79b7ba4b1
commit
5dfea205a6
@@ -524,6 +524,12 @@ def test_access_point(fixtures_ver, request, get_configuration, get_apnos):
|
||||
yield status
|
||||
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
def test_ap_connection_status(fixtures_ver, request, get_configuration, get_apnos):
|
||||
"""used to check the manager status of AP, should be used as a setup to verify if ap can reach cloud"""
|
||||
connection, redirector_value = fixtures_ver.get_ap_status_logs(get_configuration, get_apnos)
|
||||
yield connection, redirector_value
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
def traffic_generator_connectivity(testbed, get_configuration):
|
||||
"""Verify if traffic generator is reachable"""
|
||||
|
||||
Reference in New Issue
Block a user