mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-20 12:04:52 +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()
|
||||
|
||||
# print("args: {}".format(args))
|
||||
debug = args.debug
|
||||
|
||||
# for kpi.csv generation
|
||||
local_lf_report_dir = args.local_lf_report_dir
|
||||
@@ -3194,7 +3193,7 @@ Setting wifi_settings per radio
|
||||
polling_interval=polling_interval,
|
||||
lfclient_host=lfjson_host,
|
||||
lfclient_port=lfjson_port,
|
||||
debug=debug,
|
||||
debug=args.debug,
|
||||
influxdb=influxdb,
|
||||
kpi_csv=kpi_csv,
|
||||
ap_scheduler_stats=ap_scheduler_stats,
|
||||
|
||||
Reference in New Issue
Block a user