mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +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:]:
|
||||
temp_list.append(temp_endp_values[name])
|
||||
if port_mgr_cols is not None:
|
||||
|
||||
pass
|
||||
|
||||
|
||||
#append to temp list
|
||||
|
||||
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user