diff options
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/exec_test.sh | 2 | ||||
-rw-r--r-- | ci/testcases.yaml | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/ci/exec_test.sh b/ci/exec_test.sh index 37516429..246905bc 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." diff --git a/ci/testcases.yaml b/ci/testcases.yaml index 2cf7cc4c..b4d9b07e 100644 --- a/ci/testcases.yaml +++ b/ci/testcases.yaml @@ -166,7 +166,14 @@ tiers: dependencies: installer: 'compass' scenario: 'multisite' - + - + name: domino + criteria: 'status == "PASS"' + description: >- + Test suite for template distribution based on Domino + dependencies: + installer: 'joid' + scenario: '' - name: openstack order: 4 |