From e4e4e2ebea559c80157cbb276199f018eb20869c Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Tue, 22 Feb 2022 15:48:07 -0700 Subject: [PATCH] test_l3_longevity.py : added back in the index.html Signed-off-by: Chuck SmileyRekiere --- py-scripts/test_l3_longevity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-scripts/test_l3_longevity.py b/py-scripts/test_l3_longevity.py index 0de0595c..dd98a27d 100755 --- a/py-scripts/test_l3_longevity.py +++ b/py-scripts/test_l3_longevity.py @@ -3233,7 +3233,7 @@ Setting wifi_settings per radio report.set_table_dataframe_from_csv(csv_results_file) report.build_table() report.write_html_with_timestamp() - # report.write_index_html() + report.write_index_html() # report.write_pdf(_page_size = 'A3', _orientation='Landscape') # report.write_pdf_with_timestamp(_page_size='A4', _orientation='Portrait') report.write_pdf_with_timestamp(_page_size='A4', _orientation='Landscape')