Merge "Fix image format set for rally test cases"
[functest.git] / ci / testcases.yaml
index 11d4637..4fcdd1b 100644 (file)
@@ -17,7 +17,7 @@ tiers:
 
                 dependencies:
                     installer: ''
-                    scenario: ''
+                    scenario: '^((?!lxd).)*$'
 
     -
         name: smoke
@@ -36,7 +36,7 @@ tiers:
                     over a private network.
                 dependencies:
                     installer: ''
-                    scenario: '^((?!bgpvpn).)*$'
+                    scenario: '^((?!bgpvpn|odl_l3).)*$'
 
             -
                 name: vping_userdata
@@ -47,7 +47,7 @@ tiers:
                     2) Connectivity between 2 instances over a private network.
                 dependencies:
                     installer: ''
-                    scenario: ''
+                    scenario: '^((?!lxd).)*$'
 
             -
                 name: tempest_smoke_serial
@@ -60,7 +60,7 @@ tiers:
                     the OpenStack deplopyment.
                 dependencies:
                     installer: ''
-                    scenario: '^(?!.*bgpvpn).*$'
+                    scenario: ''
 
             -
                 name: rally_sanity
@@ -130,7 +130,7 @@ tiers:
                 description: >-
                     Test suite from Doctor project.
                 dependencies:
-                    installer: 'apex'
+                    installer: '(apex)|(fuel)'
                     scenario: ''
 
             -
@@ -160,8 +160,8 @@ tiers:
                 description: >-
                     Test suite for policy management based on OpenStack Congress
                 dependencies:
-                    installer: 'apex'
-                    scenario: ''
+                    installer: '(apex)|(joid)'
+                    scenario: '^((?!lxd).)*$'
             -
                 name: moon
                 criteria: 'status == "PASS"'
@@ -173,7 +173,7 @@ tiers:
                     scenario: '(odl)*(moon)'
             -
                 name: multisite
-                criteria: 'status == "PASS"'
+                criteria: 'success_rate == 100%'
                 blocking: false
                 description: >-
                     Test suite from kingbird
@@ -189,6 +189,33 @@ tiers:
                 dependencies:
                     installer: 'joid'
                     scenario: ''
+            -
+                name: odl-sfc
+                criteria: 'status == "PASS"'
+                blocking: false
+                description: >-
+                    Test suite for odl-sfc to test two chains and two SFs
+                dependencies:
+                    installer: 'fuel'
+                    scenario: 'odl_l2-sfc'
+            -
+                name: onos_sfc
+                criteria: 'status == "PASS"'
+                blocking: true
+                description: >-
+                    Test Suite for onos-sfc to test sfc function.
+                dependencies:
+                    installer: ''
+                    scenario: 'onos-sfc'
+            -
+                name: parser
+                criteria: 'ret == 0'
+                blocking: false
+                description: >-
+                    Test suite from Parser project.
+                dependencies:
+                    installer: 'fuel'
+                    scenario: '^((?!noha).)*$'
     -
         name: openstack
         order: 4