diff options
author | Helen Yao <yaohelan@huawei.com> | 2016-12-27 01:12:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-12-27 01:12:01 +0000 |
commit | 4d8ea4bd3209398189f6e44366867c7f3362d4d5 (patch) | |
tree | 7501f8843ed53a95cd2af7b779f9c77e9b95c347 | |
parent | 9a9a247166e5818ba16bc19d90d926a006216db1 (diff) | |
parent | baa4f87929ad00e49e6dc9d47b537b50b911a019 (diff) |
Merge "Bugfix: fix the wrong path for security scan"
-rwxr-xr-x | functest/ci/exec_test.sh | 2 |
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 |