mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 11:18:03 +00:00
test_l3_longevity.py : fixed path for ap_msched.txt
The path was being added twice Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -1219,7 +1219,7 @@ python3 .\\test_l3_longevity.py --test_duration 4m --endp_type \"lf_tcp lf_udp m
|
||||
ap_umsched_file.close()
|
||||
|
||||
ap_msched_data = ip_var_test.get_ap_msched()
|
||||
ap_msched = report.file_add_path("ap_msched.txt")
|
||||
ap_msched = "{}-{}".format(file_date,"ap_msched.txt")
|
||||
ap_msched = report.file_add_path(ap_msched)
|
||||
ap_msched_file = open(ap_msched, "w")
|
||||
ap_msched_file.write(str(ap_msched_data))
|
||||
|
||||
Reference in New Issue
Block a user