bugfix: Don't try to run a tier if it doesn't contain any enabled test
[functest.git] / ci / testcases.yaml
index 25aba04..e3c1e51 100644 (file)
@@ -56,7 +56,7 @@ tiers:
                     the OpenStack deplopyment.
                 dependencies:
                     installer: ''
-                    scenario: ''
+                    scenario: '^(?!.*bgpvpn).*$'
 
             -
                 name: rally_sanity
@@ -158,7 +158,22 @@ tiers:
                 dependencies:
                     installer: 'compass'
                     scenario: '(odl)*(moon)'
-
+            -
+                name: multisite
+                criteria: 'status == "PASS"'
+                description: >-
+                    Test suite from kingbird
+                dependencies:
+                    installer: '(fuel)|(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