summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-06-01 06:46:03 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-06-01 06:46:03 +0000
commitd20dd9c32d3154aca1cea723c53eaa7418e0b5c5 (patch)
treeb4afbec50c56c1bb2d07970c926498b3dd3411dc /ci
parent063eac6f79662606d11a68617e0cb2aaa1c449b6 (diff)
parentc6caba5fd5261909ce0ab26b9b9dabbd35e0bf00 (diff)
Merge "Add Apex based security scan code"
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."