diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-02-10 18:23:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-10 18:23:32 +0000 |
commit | 8eef71278d06f2fd91b99e6be19069ba077c2d29 (patch) | |
tree | 796cea6dac7ba35a8ebac5d6cf5d6eb494599cf6 /functest/ci/exec_test.sh | |
parent | 8d949aff05d479c9dc037419fc54e24382904bf3 (diff) | |
parent | eec76fd8961e92330da2e68e55ee3341b1475beb (diff) |
Merge "Logic to trigger Security Scan project"
Diffstat (limited to 'functest/ci/exec_test.sh')
-rwxr-xr-x | functest/ci/exec_test.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/functest/ci/exec_test.sh b/functest/ci/exec_test.sh index 5d286500..aa0cfaf7 100755 --- a/functest/ci/exec_test.sh +++ b/functest/ci/exec_test.sh @@ -105,11 +105,6 @@ function run_test(){ # no need to run anything until refactoring done # ${REPOS_DIR}/ovno/Testcases/RunTests.sh ;; - "security_scan") - echo "Sourcing Credentials ${FUNCTEST_CONF_DIR}/stackrc for undercloud .." - source ${FUNCTEST_CONF_DIR}/stackrc - python ${FUNCTEST_TEST_DIR}/security_scan/security_scan.py --config ${FUNCTEST_TEST_DIR}/security_scan/config.ini - ;; *) echo "The test case '${test_name}' does not exist." exit 1 |