test_ip_variable_time: Pass debug to rm_port

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2022-01-21 17:10:51 -08:00
committed by shivam
parent 782c0b1d2c
commit a124ccde42

View File

@@ -181,7 +181,7 @@ class IPVariableTime(Realm):
# do not clean up station if existed prior to test # do not clean up station if existed prior to test
if not self.use_existing_sta: if not self.use_existing_sta:
for sta in self.sta_list: 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): def cleanup(self):
self.cx_profile.cleanup() self.cx_profile.cleanup()