mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-19 03:25:05 +00:00
lf_tx_power.py : added initial kpi.csv
lf_report.py : added creating dataframe from xlsx, lf_check.py : added clearing out lists when test portion complete. lf_qa.py updated help for server ip
This commit is contained in:
committed by
shivam
parent
86e91f0c76
commit
c79689c14a
@@ -1259,6 +1259,11 @@ QA Report Dashboard: lf_qa.py was not run as last script of test suite"""
|
||||
self.iteration += 1
|
||||
# Runs the scripts
|
||||
self.run_script()
|
||||
# once done clear out the lists
|
||||
self.channel_list = []
|
||||
self.nss_list = []
|
||||
self.bandwidth_list = []
|
||||
self.tx_power_list = []
|
||||
elif self.channel_list and self.nss_list and self.bandwidth_list and not self.tx_power_list:
|
||||
for self.channel in self.channel_list:
|
||||
for self.nss in self.nss_list:
|
||||
@@ -1273,6 +1278,11 @@ QA Report Dashboard: lf_qa.py was not run as last script of test suite"""
|
||||
# in batch mode need to set the VARIABLES back into the test
|
||||
# Runs the scripts
|
||||
self.run_script()
|
||||
self.channel_list = []
|
||||
self.nss_list = []
|
||||
self.bandwidth_list = []
|
||||
self.tx_power_list = []
|
||||
|
||||
elif self.channel_list and self.nss_list and not self.bandwidth_list and not self.tx_power_list:
|
||||
for self.channel in self.channel_list:
|
||||
for self.nss in self.nss_list:
|
||||
@@ -1286,7 +1296,10 @@ QA Report Dashboard: lf_qa.py was not run as last script of test suite"""
|
||||
self.iteration += 1
|
||||
# Runs the scripts
|
||||
self.run_script()
|
||||
|
||||
self.channel_list = []
|
||||
self.nss_list = []
|
||||
self.bandwidth_list = []
|
||||
self.tx_power_list = []
|
||||
else:
|
||||
|
||||
# log may contain multiple runs - this helps put the meta.txt
|
||||
|
||||
Reference in New Issue
Block a user