From ee6cc1b4186441316df71d1e23846e1ac6c7cb08 Mon Sep 17 00:00:00 2001
From: meimei <meimei@huawei.com>
Date: Thu, 28 Jul 2016 16:39:19 +0800
Subject: [multisite] refactor the scripts of multiste

Change-Id: I07f0f5e253b04c9ac70e6dc4ea210e7cecf22c6a
Signed-off-by: meimei <meimei@huawei.com>
---
 ci/exec_test.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'ci')

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
-- 
cgit