aboutsummaryrefslogtreecommitdiffstats
path: root/functest/ci
diff options
context:
space:
mode:
authorjose.lausuch <jose.lausuch@ericsson.com>2016-12-20 10:32:04 +0100
committerjose.lausuch <jose.lausuch@ericsson.com>2016-12-20 10:32:04 +0100
commita60b03203e82f67fb47d4a794a6226a8471b7ecb (patch)
tree2c61b5b21e2e16cb2e7daceeb30ba2de1c99880b /functest/ci
parentcf5194ccbba5e4cf490f05365a6222606e3a57d5 (diff)
Remove old tempest implementation
JIRA: FUNCTEST-542 Change-Id: I62151e60cd508a9f65cc6d6d6866947c3fac435e Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'functest/ci')
-rwxr-xr-xfunctest/ci/exec_test.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/functest/ci/exec_test.sh b/functest/ci/exec_test.sh
index 3a7d8b08..2b4cd8b4 100755
--- a/functest/ci/exec_test.sh
+++ b/functest/ci/exec_test.sh
@@ -83,14 +83,6 @@ function run_test(){
--ospassword ${OS_PASSWORD} \
--odlip $odl_ip --odlwebport $odl_port ${args}
;;
- "tempest_smoke_serial")
- python ${FUNCTEST_TEST_DIR}/openstack/tempest/run_tempest.py \
- $clean_flag -s -m smoke $report
- ;;
- "tempest_full_parallel")
- python ${FUNCTEST_TEST_DIR}/openstack/tempest/run_tempest.py \
- $serial_flag $clean_flag -m full $report
- ;;
"vims")
python ${FUNCTEST_TEST_DIR}/vnf/ims/vims.py $clean_flag $report
;;
@@ -130,12 +122,6 @@ function run_test(){
"moon")
python ${REPOS_DIR}/moon/tests/run_tests.py $report
;;
- "multisite")
- python ${FUNCTEST_TEST_DIR}/openstack/tempest/gen_tempest_conf.py
- python ${FUNCTEST_TEST_DIR}/openstack/tempest/run_tempest.py \
- $clean_flag -s -m feature_multisite $report \
- -c ${FUNCTEST_TEST_DIR}/openstack/tempest/tempest_multisite.conf
- ;;
*)
echo "The test case '${test_name}' does not exist."
exit 1