From 2b6a74914bfc4e647ff0fbd22276c49e6b8518b7 Mon Sep 17 00:00:00 2001 From: Matthew Stidham Date: Fri, 21 Jan 2022 17:07:34 -0800 Subject: [PATCH] test_ip_connection: Pass debug information to rm_port command Signed-off-by: Matthew Stidham --- py-scripts/test_ip_connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-scripts/test_ip_connection.py b/py-scripts/test_ip_connection.py index 35c3af76..58679aa1 100755 --- a/py-scripts/test_ip_connection.py +++ b/py-scripts/test_ip_connection.py @@ -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():