diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-06-01 06:46:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-06-01 06:46:03 +0000 |
commit | d20dd9c32d3154aca1cea723c53eaa7418e0b5c5 (patch) | |
tree | b4afbec50c56c1bb2d07970c926498b3dd3411dc /ci/exec_test.sh | |
parent | 063eac6f79662606d11a68617e0cb2aaa1c449b6 (diff) | |
parent | c6caba5fd5261909ce0ab26b9b9dabbd35e0bf00 (diff) |
Merge "Add Apex based security scan code"
Diffstat (limited to 'ci/exec_test.sh')
-rwxr-xr-x | ci/exec_test.sh | 4 |
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." |