mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 11:18:03 +00:00
fixed broken code due to merge
This commit is contained in:
@@ -1276,7 +1276,7 @@ class L3CXProfile(LFCliBase):
|
|||||||
for name in header_row[2:]:
|
for name in header_row[2:]:
|
||||||
temp_list.append(temp_endp_values[name])
|
temp_list.append(temp_endp_values[name])
|
||||||
if port_mgr_cols is not None:
|
if port_mgr_cols is not None:
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
#append to temp list
|
#append to temp list
|
||||||
|
|||||||
@@ -364,7 +364,6 @@ python3 ./test_ipv4_variable_time.py
|
|||||||
|
|
||||||
ip_var_test.l3cxprofile.monitor(layer3_cols=layer3_cols,
|
ip_var_test.l3cxprofile.monitor(layer3_cols=layer3_cols,
|
||||||
sta_list=station_list,
|
sta_list=station_list,
|
||||||
layer3_cols=layer3_cols,
|
|
||||||
port_mgr_cols=port_mgr_cols,
|
port_mgr_cols=port_mgr_cols,
|
||||||
report_file=report_f,
|
report_file=report_f,
|
||||||
duration_sec=Realm.parse_time(args.test_duration).total_seconds(),
|
duration_sec=Realm.parse_time(args.test_duration).total_seconds(),
|
||||||
|
|||||||
Reference in New Issue
Block a user