mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-20 20:14:57 +00:00
test_l3_longevity: Don't use a stand-in variable for args.debug. Call it directly
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -2879,7 +2879,6 @@ Setting wifi_settings per radio
|
|||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
# print("args: {}".format(args))
|
# print("args: {}".format(args))
|
||||||
debug = args.debug
|
|
||||||
|
|
||||||
# for kpi.csv generation
|
# for kpi.csv generation
|
||||||
local_lf_report_dir = args.local_lf_report_dir
|
local_lf_report_dir = args.local_lf_report_dir
|
||||||
@@ -3194,7 +3193,7 @@ Setting wifi_settings per radio
|
|||||||
polling_interval=polling_interval,
|
polling_interval=polling_interval,
|
||||||
lfclient_host=lfjson_host,
|
lfclient_host=lfjson_host,
|
||||||
lfclient_port=lfjson_port,
|
lfclient_port=lfjson_port,
|
||||||
debug=debug,
|
debug=args.debug,
|
||||||
influxdb=influxdb,
|
influxdb=influxdb,
|
||||||
kpi_csv=kpi_csv,
|
kpi_csv=kpi_csv,
|
||||||
ap_scheduler_stats=ap_scheduler_stats,
|
ap_scheduler_stats=ap_scheduler_stats,
|
||||||
|
|||||||
Reference in New Issue
Block a user