mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 19:58:03 +00:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user