From: helenyao Date: Sat, 24 Dec 2016 07:27:02 +0000 (-0500) Subject: Bugfix: fix the wrong path for security scan X-Git-Tag: 0.2~984^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=baa4f87929ad00e49e6dc9d47b537b50b911a019;p=functest-xtesting.git Bugfix: fix the wrong path for security scan JIRA: FUNCTEST-679 Change-Id: I488ebbca5ea2594787cb6151cd82bf2d4a3e8118 Signed-off-by: helenyao --- diff --git a/functest/ci/exec_test.sh b/functest/ci/exec_test.sh index 2b4cd8b4..109de078 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