mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 03:37:55 +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))
|
self._pass("%s connected to AP: %s With IP: %s" % (sta_name, ap, ip))
|
||||||
|
|
||||||
if not self.passes():
|
if not self.passes():
|
||||||
if self.cleanup_on_exit:
|
#if self.cleanup_on_exit:
|
||||||
print("Cleaning up...")
|
#print("Cleaning up...")
|
||||||
self.remove_stations()
|
#self.remove_stations()
|
||||||
return False
|
return False
|
||||||
|
|
||||||
# start cx traffic
|
# start cx traffic
|
||||||
|
|||||||
Reference in New Issue
Block a user