fixed broken code due to merge

This commit is contained in:
Dipti
2021-02-10 18:22:57 -08:00
parent 35c4af6b4d
commit 7e19dc16fe
2 changed files with 1 additions and 2 deletions

View File

@@ -1276,7 +1276,7 @@ class L3CXProfile(LFCliBase):
for name in header_row[2:]:
temp_list.append(temp_endp_values[name])
if port_mgr_cols is not None:
pass
#append to temp list

View File

@@ -364,7 +364,6 @@ python3 ./test_ipv4_variable_time.py
ip_var_test.l3cxprofile.monitor(layer3_cols=layer3_cols,
sta_list=station_list,
layer3_cols=layer3_cols,
port_mgr_cols=port_mgr_cols,
report_file=report_f,
duration_sec=Realm.parse_time(args.test_duration).total_seconds(),