lf_report.py , lf_snp_test.py : add name to results directory

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2021-04-19 14:11:34 -06:00
parent 763e4272b6
commit f642e98ea8
2 changed files with 18 additions and 6 deletions

View File

@@ -2432,6 +2432,17 @@ LANforge GUI what is displayed in the Column and how to access the value with cl
else:
ip_var_test.passes()
logg.info("Full test passed, all connections increased rx rate")
##########################################
#
# Print out location of results
#
##########################################
if args.csv_outfile != None:
logg.info("Report CSV: {}".format(csv_outfile))
logg.info("Report CSV Results: {}".format(csv_results))
if args.log:
logg.info("output_log: {}".format(outfile_log))
if __name__ == "__main__":
main()