aboutsummaryrefslogtreecommitdiffstats
path: root/functest/ci/exec_test.sh
diff options
context:
space:
mode:
authorhelenyao <yaohelan@huawei.com>2017-02-03 23:01:37 -0500
committerhelenyao <yaohelan@huawei.com>2017-02-08 20:57:49 -0500
commiteec76fd8961e92330da2e68e55ee3341b1475beb (patch)
tree029708a059f1396e1843886cb710e4787f52b16e /functest/ci/exec_test.sh
parenta34f23295ba75694d2837687df3ada5541489a25 (diff)
Logic to trigger Security Scan project
1. Removed the calling from exec_test.sh 2. Used FeatureBase instead 3. Removed the legacy security scan code Change-Id: I1984ec951973f337f275e50543b277cd90d9a202 Signed-off-by: helenyao <yaohelan@huawei.com>
Diffstat (limited to 'functest/ci/exec_test.sh')
-rwxr-xr-xfunctest/ci/exec_test.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/functest/ci/exec_test.sh b/functest/ci/exec_test.sh
index 5d2865000..aa0cfaf7e 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