mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-20 12:04:52 +00:00
Both files: Fix wait_until_ports_disappear arguments, debug is called by debug_, not debug
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -176,7 +176,7 @@ class StaConnect(Realm):
|
||||
for sta_name in self.station_names:
|
||||
if self.port_exists(sta_name, debug=self.debug):
|
||||
self.rm_port(sta_name, debug_=self.debug)
|
||||
self.wait_until_ports_disappear(self.station_names, debug=self.debug)
|
||||
self.wait_until_ports_disappear(self.station_names, debug_=self.debug)
|
||||
|
||||
# Create stations and turn dhcp on
|
||||
|
||||
|
||||
Reference in New Issue
Block a user