mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-18 11:04:51 +00:00
lf_snp_test.py : added A3 landscape to pdf output
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -2453,7 +2453,7 @@ LANforge GUI what is displayed in the Column and how to access the value with cl
|
|||||||
report.set_table_dataframe_from_csv(csv_results)
|
report.set_table_dataframe_from_csv(csv_results)
|
||||||
report.build_table()
|
report.build_table()
|
||||||
report.write_html()
|
report.write_html()
|
||||||
report.write_pdf()
|
report.write_pdf(_page_size = 'A3', _orientation='Landscape')
|
||||||
|
|
||||||
if args.log:
|
if args.log:
|
||||||
logg.info("output_log: {}".format(outfile_log))
|
logg.info("output_log: {}".format(outfile_log))
|
||||||
|
|||||||
Reference in New Issue
Block a user