test_ip_variable_time: Cleanup debug output

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-11-16 18:48:04 -08:00
parent 2598ac42d9
commit 1a6881edf2

View File

@@ -82,7 +82,8 @@ class IPVariableTime(Realm):
if layer3_cols is None:
layer3_cols = ['name', 'tx bytes', 'rx bytes', 'tx rate', 'rx rate']
super().__init__(lfclient_host=host,
lfclient_port=port),
lfclient_port=port,
debug_=_debug_on),
self.upstream = upstream
self.host = host
self.port = port
@@ -166,7 +167,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)
self.rm_port(sta, check_exists=True, debug_=False)
def cleanup(self):
self.cx_profile.cleanup()