mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 04:07:52 +00:00
Use new sta_connect2 functionality to set bringup_time_secs to custom value
This commit is contained in:
@@ -140,6 +140,7 @@ class RunTest:
|
|||||||
staConnect.station_names = station
|
staConnect.station_names = station
|
||||||
staConnect.sta_prefix = 'test'
|
staConnect.sta_prefix = 'test'
|
||||||
staConnect.runtime_secs = 10
|
staConnect.runtime_secs = 10
|
||||||
|
staConnect.bringup_time_sec = 60
|
||||||
staConnect.cleanup_on_exit = True
|
staConnect.cleanup_on_exit = True
|
||||||
# staConnect.cleanup()
|
# staConnect.cleanup()
|
||||||
staConnect.setup()
|
staConnect.setup()
|
||||||
|
|||||||
Reference in New Issue
Block a user