aboutsummaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rwxr-xr-xci/exec_test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/exec_test.sh b/ci/exec_test.sh
index 8c87160ea..291639715 100755
--- a/ci/exec_test.sh
+++ b/ci/exec_test.sh
@@ -134,8 +134,8 @@ function run_test(){
# ${repos_dir}/ovno/Testcases/RunTests.sh
;;
"security_scan")
- # TODO
- # call you script here....
+ # To be enabled once verified manually
+ # python ${FUNCTEST_REPO_DIR}/Testcases/security_scan/security_scan.py --config config.ini
;;
*)
echo "The test case '${test_name}' does not exist."