mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 11:18:03 +00:00
ct_us_001.json : updates to short test
lf_check.py : initial steps towards getting radio firmware Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -283,6 +283,16 @@
|
|||||||
" --pull_report --local_lf_report_dir REPORT_PATH --test_tag 'ATH10K(9984)'",
|
" --pull_report --local_lf_report_dir REPORT_PATH --test_tag 'ATH10K(9984)'",
|
||||||
" --test_rig TEST_RIG "
|
" --test_rig TEST_RIG "
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"CT-US-001_QA":{
|
||||||
|
"enabled":"TRUE",
|
||||||
|
"timeout":"600",
|
||||||
|
"load_db":"skip",
|
||||||
|
"command":"./sandbox/lf_qa.py",
|
||||||
|
"args":"",
|
||||||
|
"args_list":[
|
||||||
|
" --path REPORT_PATH --store --png --database ./sandbox/qa_test_db"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"suite_wc_dp":{
|
"suite_wc_dp":{
|
||||||
|
|||||||
@@ -271,6 +271,11 @@ class lf_check():
|
|||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
return lanforge_gui_version
|
return lanforge_gui_version
|
||||||
|
|
||||||
|
def get_radio_status(self):
|
||||||
|
radio_status = self.json_get("/radiostatus/all")
|
||||||
|
print("radio status {radio_status}".format(radio_status=radio_status))
|
||||||
|
|
||||||
|
|
||||||
# NOT complete : will send the email results
|
# NOT complete : will send the email results
|
||||||
def send_results_email(self, report_file=None):
|
def send_results_email(self, report_file=None):
|
||||||
if (report_file is None):
|
if (report_file is None):
|
||||||
@@ -1154,6 +1159,8 @@ Example :
|
|||||||
except:
|
except:
|
||||||
print("lanforge_gui_version exception")
|
print("lanforge_gui_version exception")
|
||||||
|
|
||||||
|
#check.get_radio_status()
|
||||||
|
|
||||||
# LANforge and scripts config
|
# LANforge and scripts config
|
||||||
lf_test_setup = pd.DataFrame()
|
lf_test_setup = pd.DataFrame()
|
||||||
lf_test_setup['LANforge'] = lanforge_node_version
|
lf_test_setup['LANforge'] = lanforge_node_version
|
||||||
|
|||||||
Reference in New Issue
Block a user