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:
Chuck SmileyRekiere
2021-12-17 12:33:18 -07:00
committed by shivam
parent 902dd03495
commit 921b45df12
3 changed files with 19 additions and 1 deletions

View File

@@ -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

View File

@@ -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",

View File

@@ -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",