mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 11:18:03 +00:00
sta_connect_multi_example.py: turn cleanup on
This commit is contained in:
@@ -37,7 +37,7 @@ def main():
|
|||||||
test.dut_passwd = "[BLANK]"
|
test.dut_passwd = "[BLANK]"
|
||||||
test.station_names = station_names
|
test.station_names = station_names
|
||||||
test.runtime_secs = 5
|
test.runtime_secs = 5
|
||||||
test.cleanup_on_exit = False
|
test.cleanup_on_exit = True
|
||||||
test.run()
|
test.run()
|
||||||
is_passing = test.passes()
|
is_passing = test.passes()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user