mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-01 19:37:54 +00:00
client connectivity fixes
This commit is contained in:
@@ -246,10 +246,11 @@ def get_markers(request, get_security_flags):
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
def get_latest_firmware(instantiate_firmware):
|
||||
# try:
|
||||
latest_firmware = instantiate_firmware.get_fw_version()
|
||||
# except:
|
||||
# latest_firmware = False
|
||||
try:
|
||||
latest_firmware = instantiate_firmware.get_fw_version()
|
||||
except Exception as e:
|
||||
print(e)
|
||||
latest_firmware = False
|
||||
yield latest_firmware
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user