mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-22 21:14:55 +00:00
test_ip_connection: Pass debug information to rm_port command
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -181,7 +181,7 @@ class ConnectTest(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 main():
|
def main():
|
||||||
|
|||||||
Reference in New Issue
Block a user