diff options
author | meimei <meimei@huawei.com> | 2016-08-11 08:47:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-11 08:47:22 +0000 |
commit | b1c0cd2f1a6c7c5c213d587b8fdb86ea44aa424e (patch) | |
tree | c5bbf213d57fde249d8c140fc215b7f60af45808 /ci | |
parent | e142e8b1c54f88109b017b2d6e40ca8689ba9a55 (diff) | |
parent | ee6cc1b4186441316df71d1e23846e1ac6c7cb08 (diff) |
Merge "[multisite] refactor the scripts of multiste"
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/exec_test.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/exec_test.sh b/ci/exec_test.sh index ad5041c02..97b567af5 100755 --- a/ci/exec_test.sh +++ b/ci/exec_test.sh @@ -150,9 +150,10 @@ function run_test(){ ${repos_dir}/moon/tests/run_tests.sh ;; "multisite") - python ${FUNCTEST_REPO_DIR}/testcases/features/multisite.py + python ${FUNCTEST_REPO_DIR}/testcases/OpenStack/tempest/gen_tempest_conf.py python ${FUNCTEST_REPO_DIR}/testcases/OpenStack/tempest/run_tempest.py \ $clean_flag -s -m feature_multisite $report + -c ${FUNCTEST_REPO_DIR}/testcases/OpenStack/tempest/tempest_multisite.conf ;; "domino") python ${FUNCTEST_REPO_DIR}/testcases/features/domino.py |