mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-18 19:14:54 +00:00
refactored scripts to use --no_cleanup
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
committed by
shivam
parent
4e232d5043
commit
19117b2ece
@@ -149,7 +149,7 @@ def main():
|
||||
ip_test.timeout = 60
|
||||
ip_test.build()
|
||||
|
||||
if not args.noclean:
|
||||
if not args.no_cleanup:
|
||||
sleep(5)
|
||||
ip_test.cleanup(station_list)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user