mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 11:18:03 +00:00
sta_connect_multi_example: changes NA to [BLANK]
This commit is contained in:
@@ -32,7 +32,7 @@ def main():
|
|||||||
test.resource = 1
|
test.resource = 1
|
||||||
test.dut_security = sta_connect.OPEN
|
test.dut_security = sta_connect.OPEN
|
||||||
test.dut_ssid = "jedway-open"
|
test.dut_ssid = "jedway-open"
|
||||||
test.dut_passwd = "NA"
|
test.dut_passwd = "[BLANK]"
|
||||||
test.station_names = station_names
|
test.station_names = station_names
|
||||||
test.runtime_secs = 500
|
test.runtime_secs = 500
|
||||||
test.cleanup_on_exit = False
|
test.cleanup_on_exit = False
|
||||||
|
|||||||
Reference in New Issue
Block a user