aboutsummaryrefslogtreecommitdiffstats
path: root/functest/ci/exec_test.sh
diff options
context:
space:
mode:
authorhelenyao <yaohelan@huawei.com>2016-12-24 02:27:02 -0500
committerhelenyao <yaohelan@huawei.com>2016-12-24 02:27:02 -0500
commitbaa4f87929ad00e49e6dc9d47b537b50b911a019 (patch)
treedab95a12e5a1da73d6f9e58077cc998a56546100 /functest/ci/exec_test.sh
parent8f36219f66c7319488c14a46514060e1c84734d2 (diff)
Bugfix: fix the wrong path for security scan
JIRA: FUNCTEST-679 Change-Id: I488ebbca5ea2594787cb6151cd82bf2d4a3e8118 Signed-off-by: helenyao <yaohelan@huawei.com>
Diffstat (limited to 'functest/ci/exec_test.sh')
-rwxr-xr-xfunctest/ci/exec_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/ci/exec_test.sh b/functest/ci/exec_test.sh
index 2b4cd8b45..109de078f 100755
--- a/functest/ci/exec_test.sh
+++ b/functest/ci/exec_test.sh
@@ -114,7 +114,7 @@ function run_test(){
"security_scan")
echo "Sourcing Credentials ${FUNCTEST_CONF_DIR}/stackrc for undercloud .."
source ${FUNCTEST_CONF_DIR}/stackrc
- python ${REPOS_DIR}/securityscanning/security_scan.py --config ${REPOS_DIR}/securityscanning/config.ini
+ python ${FUNCTEST_TEST_DIR}/security_scan/security_scan.py --config ${FUNCTEST_TEST_DIR}/security_scan/config.ini
;;
"copper")
python ${FUNCTEST_TEST_DIR}/features/copper.py $report