mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 19:58:03 +00:00
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:
committed by
shivam
parent
1c4461b6bf
commit
5e09a02324
@@ -1106,6 +1106,13 @@ CLI Example for kpi.csv, variable tx/rx rates, and pdu size:
|
|||||||
if not args.no_cleanup:
|
if not args.no_cleanup:
|
||||||
staConnect.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
|
# Added Exit codes
|
||||||
if not is_passing:
|
if not is_passing:
|
||||||
logger.info("FAIL: Some tests failed")
|
logger.info("FAIL: Some tests failed")
|
||||||
|
|||||||
Reference in New Issue
Block a user