From a11fa0a172000d106b6168b3a0ecde3bc1e82163 Mon Sep 17 00:00:00 2001 From: meimei Date: Thu, 14 Jul 2016 12:04:37 +0800 Subject: [multisite] integrate kingbird tempest testcases JIRA: FUNCTEST-179 Change-Id: I4a8ae43e2814b3d859c32a6278671f87155aa855 Signed-off-by: meimei --- ci/exec_test.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ci') diff --git a/ci/exec_test.sh b/ci/exec_test.sh index 89e29662b..dbf941087 100755 --- a/ci/exec_test.sh +++ b/ci/exec_test.sh @@ -147,6 +147,8 @@ function run_test(){ ;; "multisite") python ${FUNCTEST_REPO_DIR}/testcases/features/multisite.py + python ${FUNCTEST_REPO_DIR}/testcases/OpenStack/tempest/run_tempest.py \ + $clean_flag -s -m feature_multisite $report ;; *) echo "The test case '${test_name}' does not exist." -- cgit 1.2.3-korg