sta_connect2.py : output the location of the results dowards end of test.

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2022-06-08 16:45:47 -06:00
committed by shivam
parent 1c4461b6bf
commit 5e09a02324

View File

@@ -1106,6 +1106,13 @@ CLI Example for kpi.csv, variable tx/rx rates, and pdu size:
if not args.no_cleanup:
staConnect.cleanup()
# Print path to results
logger.info("Test Results HTML located: {report}".format(report=report.write_output_html))
if platform.system() == 'Linux':
logger.info("Test Results PDF located: {report}".format(report=report.write_output_pdf))
# Added Exit codes
if not is_passing:
logger.info("FAIL: Some tests failed")