From: meimei Date: Fri, 15 Jul 2016 03:34:00 +0000 (+0800) Subject: [bug] miss a ; in case statement X-Git-Tag: colorado.1.0~241 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F39%2F16939%2F1;p=functest.git [bug] miss a ; in case statement Change-Id: I2e3d99203450d2abc93e5f472c6be701a385a3c6 Signed-off-by: meimei --- 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 ;;