mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
added lf_tests for run-lf
Signed-off-by: shivam <shivam.thakur@candelatech.com>
This commit is contained in:
@@ -111,7 +111,7 @@ class lf_tests(lf_libs):
|
|||||||
# changed to auto channel
|
# changed to auto channel
|
||||||
self.set_radio_channel(radio=radio, channel="AUTO")
|
self.set_radio_channel(radio=radio, channel="AUTO")
|
||||||
logging.info("scan ssid radio: " + str(radio.split(".")[2]))
|
logging.info("scan ssid radio: " + str(radio.split(".")[2]))
|
||||||
result = self.scan_ssid(radio=radio, ssid=ssid)
|
result = self.scan_ssid(radio=radio, ssid=data[dut]["ssid"])
|
||||||
logging.info("ssid scan data : " + str(result))
|
logging.info("ssid scan data : " + str(result))
|
||||||
if not result:
|
if not result:
|
||||||
# Sniffer required
|
# Sniffer required
|
||||||
|
|||||||
Reference in New Issue
Block a user