summaryrefslogtreecommitdiffstats
path: root/ci/exec_test.sh
diff options
context:
space:
mode:
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 375164295..246905bca 100755
--- a/ci/exec_test.sh
+++ b/ci/exec_test.sh
@@ -149,6 +149,8 @@ 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
;;
*)
echo "The test case '${test_name}' does not exist."