diff options
author | Jose Lausuch <jose.lausuch@ericsson.com> | 2016-11-23 08:52:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-23 08:52:53 +0000 |
commit | 453784f3cae39e7b59e530d27f0b49cef17c7e55 (patch) | |
tree | 0a0c99f7448056e93591d18f9b4cdeeb99662773 /functest/ci/exec_test.sh | |
parent | c825e41b2ec5ddccd051e7764496e4a2de71fef6 (diff) | |
parent | 32efcccb9ac10b8105ff00dfe5c5b04b4a8575e1 (diff) |
Merge "bugfix: domino test can not be executed"
Diffstat (limited to 'functest/ci/exec_test.sh')
-rw-r--r-- | functest/ci/exec_test.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/functest/ci/exec_test.sh b/functest/ci/exec_test.sh index b15f5351..8dc409d3 100644 --- a/functest/ci/exec_test.sh +++ b/functest/ci/exec_test.sh @@ -156,9 +156,6 @@ function run_test(){ $clean_flag -s -m feature_multisite $report \ -c ${FUNCTEST_TEST_DIR}/OpenStack/tempest/tempest_multisite.conf ;; - "domino") - python ${FUNCTEST_TEST_DIR}/features/domino.py $report - ;; "odl-sfc") ODL_SFC_DIR=${repos_dir}/sfc/tests/functest/odl-sfc FUNCTEST_REPO_DIR=${FUNCTEST_REPO_DIR} python ${ODL_SFC_DIR}/prepare_odl_sfc.py || exit $? |