mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-12-24 22:37:03 +00:00
lf_help_check.bash : added ERROR , so lf_check.py will catch the error
py-scripts ct_us_001_scripts.json added lf_help_check.bash ct_us_scripts.json added lf_help_check.bash
This commit is contained in:
committed by
shivam
parent
902dd03495
commit
921b45df12
@@ -4,5 +4,5 @@ FILES=`ls *.py`
|
||||
for FILE in $FILES
|
||||
do
|
||||
echo $FILE
|
||||
(timeout 10 python3 ./${FILE} --help > /dev/null && echo PASSED) || echo "FAILED ${FILE}"
|
||||
(timeout 10 python3 ./${FILE} --help > /dev/null && echo PASSED) || echo "ERROR FAILED ${FILE}"
|
||||
done
|
||||
|
||||
@@ -132,6 +132,15 @@
|
||||
"args_list":["--mgr LF_MGR_IP --cxs --sta"
|
||||
]
|
||||
},
|
||||
"lf_help_check":{
|
||||
"enabled":"TRUE",
|
||||
"load_db":"skip",
|
||||
"command":"lf_help_check.bash",
|
||||
"args":"",
|
||||
"args_list":[
|
||||
" "
|
||||
]
|
||||
},
|
||||
"lf_report_test":{
|
||||
"enabled":"TRUE",
|
||||
"load_db":"NONE",
|
||||
|
||||
@@ -719,6 +719,15 @@
|
||||
"args_list":["--mgr LF_MGR_IP --cxs --sta"
|
||||
]
|
||||
},
|
||||
"lf_help_check":{
|
||||
"enabled":"TRUE",
|
||||
"load_db":"skip",
|
||||
"command":"lf_help_check.bash",
|
||||
"args":"",
|
||||
"args_list":[
|
||||
" "
|
||||
]
|
||||
},
|
||||
"lf_report_test":{
|
||||
"enabled":"TRUE",
|
||||
"load_db":"NONE",
|
||||
|
||||
Reference in New Issue
Block a user