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:
Matthew Stidham
2022-01-24 09:31:03 -08:00
committed by shivam
parent 563111c851
commit 8fb5a4c5f8
2 changed files with 2 additions and 2 deletions

View File

@@ -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