test_ip_connection: Pass debug information to rm_port command

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2022-01-21 17:07:34 -08:00
committed by shivam
parent 7233c31940
commit 2b6a74914b

View File

@@ -181,7 +181,7 @@ class ConnectTest(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 main():