mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-24 22:14:57 +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:
|
for sta_name in self.station_names:
|
||||||
if self.port_exists(sta_name, debug=self.debug):
|
if self.port_exists(sta_name, debug=self.debug):
|
||||||
self.rm_port(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
|
# Create stations and turn dhcp on
|
||||||
|
|
||||||
|
|||||||
@@ -156,7 +156,7 @@ class L3VariableTimeLongevity(Realm):
|
|||||||
station_list = sum(self.station_lists, [])
|
station_list = sum(self.station_lists, [])
|
||||||
for sta in station_list:
|
for sta in station_list:
|
||||||
self.rm_port(sta, check_exists=True, debug_=self.debug)
|
self.rm_port(sta, check_exists=True, debug_=self.debug)
|
||||||
self.wait_until_ports_disappear(station_list, debug=self.debug)
|
self.wait_until_ports_disappear(station_list, debug_=self.debug)
|
||||||
|
|
||||||
def cleanup(self,):
|
def cleanup(self,):
|
||||||
data = {
|
data = {
|
||||||
|
|||||||
Reference in New Issue
Block a user