diff options
Diffstat (limited to 'functest/ci')
-rwxr-xr-x | functest/ci/exec_test.sh | 14 |
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 |