mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 04:07:52 +00:00
lf_qa.py : removed check for show as no longer supporting plotly dash
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -44,7 +44,6 @@ class csv_sql():
|
|||||||
self.plot_figure = []
|
self.plot_figure = []
|
||||||
self.html_results =""
|
self.html_results =""
|
||||||
self.test_rig_list = []
|
self.test_rig_list = []
|
||||||
self.server_started = False
|
|
||||||
self.dut_model_num_list = "NA"
|
self.dut_model_num_list = "NA"
|
||||||
self.dut_model_num = "NA"
|
self.dut_model_num = "NA"
|
||||||
self.dut_sw_version_list = "NA"
|
self.dut_sw_version_list = "NA"
|
||||||
@@ -422,11 +421,8 @@ Usage: lf_qa.py --store --png --path <path to directories to traverse> --databas
|
|||||||
print("if --png set to create png files then --store must also be set, exiting")
|
print("if --png set to create png files then --store must also be set, exiting")
|
||||||
exit(1)
|
exit(1)
|
||||||
|
|
||||||
if(args.png == True and args.show == True):
|
if args.store == False and args.png == False:
|
||||||
print("generating png files will effect initial display performance")
|
print("Need to enter an action of --store --png ")
|
||||||
|
|
||||||
if args.store == False and args.png == False and args.show == False:
|
|
||||||
print("Need to enter an action of --store --png --show ")
|
|
||||||
|
|
||||||
# create report class for reporting
|
# create report class for reporting
|
||||||
report = lf_report(_path = __path,
|
report = lf_report(_path = __path,
|
||||||
|
|||||||
Reference in New Issue
Block a user