From a60b03203e82f67fb47d4a794a6226a8471b7ecb Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Tue, 20 Dec 2016 10:32:04 +0100 Subject: Remove old tempest implementation JIRA: FUNCTEST-542 Change-Id: I62151e60cd508a9f65cc6d6d6866947c3fac435e Signed-off-by: jose.lausuch --- functest/ci/exec_test.sh | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'functest/ci') 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 -- cgit 1.2.3-korg