summaryrefslogtreecommitdiffstats
path: root/ci/exec_test.sh
diff options
context:
space:
mode:
authorLuke Hinds <lukehinds@gmail.com>2016-08-16 10:46:41 +0100
committerLuke Hinds <lukehinds@gmail.com>2016-08-16 12:49:36 +0100
commit3caa379e03ccb1890190aa688dad75ddef33ddad (patch)
tree6afd929669e89ee0dfdcac2931c894affa807209 /ci/exec_test.sh
parent6becba847285f17331aba45862ee47eb6a3e04f4 (diff)
Repoint security_scanning to its own repository
JIRA: FUNCTEST-415 Change-Id: I5ac2bd9b417ae045f4a1c0fa3f4fd2e7c545dbf3 Signed-off-by: Luke Hinds <lukehinds@gmail.com>
Diffstat (limited to 'ci/exec_test.sh')
-rwxr-xr-xci/exec_test.sh2
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