diff options
Diffstat (limited to 'ci/exec_test.sh')
-rwxr-xr-x | ci/exec_test.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ci/exec_test.sh b/ci/exec_test.sh index 3af16495b..04f38e6a8 100755 --- a/ci/exec_test.sh +++ b/ci/exec_test.sh @@ -130,10 +130,12 @@ function run_test(){ ;; "ovno") # suite under rewritting for colorado - # no need to run anything until refactoring done + # no need to run anything until refactoring done # ${repos_dir}/ovno/Testcases/RunTests.sh ;; "security_scan") + echo "Sourcing Credentials ${FUNCTEST_CONF_DIR}/stackrc for security_scan test.." + source ${FUNCTEST_CONF_DIR}/stackrc python ${FUNCTEST_REPO_DIR}/testcases/security_scan/security_scan.py --config ${FUNCTEST_REPO_DIR}/testcases/security_scan/config.ini ;; *) |