summaryrefslogtreecommitdiffstats
path: root/ci/exec_test.sh
diff options
context:
space:
mode:
authormeimei <meimei@huawei.com>2016-07-14 12:04:37 +0800
committermei mei <meimei@huawei.com>2016-07-14 08:51:46 +0000
commita11fa0a172000d106b6168b3a0ecde3bc1e82163 (patch)
tree052bbf08034a4c431ebe17f4177a91d44fd3aa1b /ci/exec_test.sh
parent4cc4bc0f88091246ac1bf3dcea89e4b281d64e1e (diff)
[multisite] integrate kingbird tempest testcases
JIRA: FUNCTEST-179 Change-Id: I4a8ae43e2814b3d859c32a6278671f87155aa855 Signed-off-by: meimei <meimei@huawei.com>
Diffstat (limited to 'ci/exec_test.sh')
-rwxr-xr-xci/exec_test.sh2
1 files changed, 2 insertions, 0 deletions
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."