mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 12:18:00 +00:00
test_l3_longevity.py : put full path with html and pdf output
This commit is contained in:
@@ -1084,9 +1084,9 @@ python3 .\\test_l3_longevity.py --test_duration 4m --endp_type \"lf_tcp lf_udp m
|
|||||||
report.build_table_title()
|
report.build_table_title()
|
||||||
report.set_table_dataframe_from_csv(csv_kpi_file)
|
report.set_table_dataframe_from_csv(csv_kpi_file)
|
||||||
report.build_table()
|
report.build_table()
|
||||||
report.write_html()
|
report.write_html_with_timestamp()
|
||||||
#report.write_pdf(_page_size = 'A3', _orientation='Landscape')
|
#report.write_pdf(_page_size = 'A3', _orientation='Landscape')
|
||||||
report.write_pdf(_page_size = 'A4', _orientation='Portrait')
|
report.write_pdf_with_timestamp(_page_size = 'A4', _orientation='Portrait')
|
||||||
|
|
||||||
#for csv_file in csv_list:
|
#for csv_file in csv_list:
|
||||||
# print("Ouptput reports CSV list value: {}".format(str(csv_file)))
|
# print("Ouptput reports CSV list value: {}".format(str(csv_file)))
|
||||||
|
|||||||
Reference in New Issue
Block a user