mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
Removed cleanup_on_exit from start method
Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
@@ -315,9 +315,9 @@ class StaConnect2(Realm):
|
||||
self._pass("%s connected to AP: %s With IP: %s" % (sta_name, ap, ip))
|
||||
|
||||
if not self.passes():
|
||||
if self.cleanup_on_exit:
|
||||
print("Cleaning up...")
|
||||
self.remove_stations()
|
||||
#if self.cleanup_on_exit:
|
||||
#print("Cleaning up...")
|
||||
#self.remove_stations()
|
||||
return False
|
||||
|
||||
# start cx traffic
|
||||
|
||||
Reference in New Issue
Block a user