diff options
author | meimei <meimei@huawei.com> | 2016-07-28 16:39:19 +0800 |
---|---|---|
committer | meimei <meimei@huawei.com> | 2016-08-11 15:24:40 +0800 |
commit | ee6cc1b4186441316df71d1e23846e1ac6c7cb08 (patch) | |
tree | 976f0a88714ebdab83dc8d75438dfaac15bdc5cd /ci | |
parent | c9dd12b85b2513c9ec576ed579a86ca901860397 (diff) |
[multisite] refactor the scripts of multiste
Change-Id: I07f0f5e253b04c9ac70e6dc4ea210e7cecf22c6a
Signed-off-by: meimei <meimei@huawei.com>
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 ddbe486f1..124cb0493 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 |