diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-08-16 12:06:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-16 12:06:45 +0000 |
commit | 1a4e6fb7fa6e336fc94c3e44c50cce7aa7863d2f (patch) | |
tree | c47841c5e1f4c172dc9e23f8fc0f2fa2b5fd83d9 /ci | |
parent | 814aac022a70d80a03845c659581b35786abc888 (diff) | |
parent | 3caa379e03ccb1890190aa688dad75ddef33ddad (diff) |
Merge "Repoint security_scanning to its own repository"
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/exec_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/exec_test.sh b/ci/exec_test.sh index 3c807da7b..db9c7a07e 100755 --- a/ci/exec_test.sh +++ b/ci/exec_test.sh @@ -140,7 +140,7 @@ function run_test(){ "security_scan") echo "Sourcing Credentials ${FUNCTEST_CONF_DIR}/stackrc for undercloud .." source ${FUNCTEST_CONF_DIR}/stackrc - python ${FUNCTEST_REPO_DIR}/testcases/security_scan/security_scan.py --config ${FUNCTEST_REPO_DIR}/testcases/security_scan/config.ini + python ${repos_dir}/securityscanning/security_scan.py --config ${repos_dir}/securityscanning/config.ini ;; "copper") python ${FUNCTEST_REPO_DIR}/testcases/features/copper.py |