diff --git a/py-scripts/lf_help_check.bash b/py-scripts/lf_help_check.bash index 8a3f3d1e..06bfbd96 100755 --- a/py-scripts/lf_help_check.bash +++ b/py-scripts/lf_help_check.bash @@ -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 diff --git a/py-scripts/tools/ct_us_001_scripts.json b/py-scripts/tools/ct_us_001_scripts.json index 82169b25..bc51d4c9 100755 --- a/py-scripts/tools/ct_us_001_scripts.json +++ b/py-scripts/tools/ct_us_001_scripts.json @@ -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", diff --git a/py-scripts/tools/ct_us_scripts.json b/py-scripts/tools/ct_us_scripts.json index b22c8a58..caedc91e 100644 --- a/py-scripts/tools/ct_us_scripts.json +++ b/py-scripts/tools/ct_us_scripts.json @@ -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",