summaryrefslogtreecommitdiffstats
path: root/ci/exec_test.sh
diff options
context:
space:
mode:
authormeimei <meimei@huawei.com>2016-07-15 11:34:00 +0800
committermeimei <meimei@huawei.com>2016-07-15 11:41:23 +0800
commit686e67c184950f0f245fe993e5b890a75503523b (patch)
treece2877347e0d326b08bd623ff2e6e4beadef100d /ci/exec_test.sh
parent649151b1577ac2485c77a40e5fa3de02c1adb3fa (diff)
[bug] miss a ; in case statement
Change-Id: I2e3d99203450d2abc93e5f472c6be701a385a3c6 Signed-off-by: meimei <meimei@huawei.com>
Diffstat (limited to 'ci/exec_test.sh')
-rwxr-xr-xci/exec_test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/exec_test.sh b/ci/exec_test.sh
index 246905bca..6a59390a5 100755
--- a/ci/exec_test.sh
+++ b/ci/exec_test.sh
@@ -149,6 +149,7 @@ function run_test(){
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
+ ;;
"domino")
python ${FUNCTEST_REPO_DIR}/testcases/features/domino.py
;;