mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 19:58:03 +00:00
test_ip_variable_time: Pass debug to rm_port
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -181,7 +181,7 @@ class IPVariableTime(Realm):
|
||||
# do not clean up station if existed prior to test
|
||||
if not self.use_existing_sta:
|
||||
for sta in self.sta_list:
|
||||
self.rm_port(sta, check_exists=True, debug_=False)
|
||||
self.rm_port(sta, check_exists=True, debug_=self.debug)
|
||||
|
||||
def cleanup(self):
|
||||
self.cx_profile.cleanup()
|
||||
|
||||
Reference in New Issue
Block a user