Merge "Functest Doc: first update for Euphrates - move part of the dev group to the...
[functest.git] / docker / features / testcases.yaml
index 6bf01a3..69da935 100644 (file)
@@ -7,6 +7,22 @@ tiers:
             Test suites from feature projects
             integrated in functest
         testcases:
+            -
+                case_name: promise
+                project_name: promise
+                criteria: 100
+                blocking: false
+                description: >-
+                    Test suite from Promise project.
+                dependencies:
+                    installer: '(fuel)|(joid)'
+                    scenario: ''
+                run:
+                    module: 'functest.core.feature'
+                    class: 'BashFeature'
+                    args:
+                        cmd: 'run_promise_tests.py'
+
             -
                 case_name: bgpvpn
                 project_name: sdnvpn
@@ -58,19 +74,35 @@ tiers:
                         cmd: 'run_sfc_tests.py'
 
             -
-                case_name: barometercollectd
+                case_name: domino-multinode
                 enabled: false
+                project_name: domino
+                criteria: 100
+                blocking: false
+                description: >-
+                    Test suite from Domino project.
+                dependencies:
+                    installer: ''
+                    scenario: ''
+                run:
+                    module: 'functest.core.feature'
+                    class: 'BashFeature'
+                    args:
+                        cmd: 'cd /src/domino && ./tests/run_multinode.sh'
+
+            -
+                case_name: barometercollectd
+                enabled: true
                 project_name: barometer
                 criteria: 100
                 blocking: false
                 description: >-
-                    Test suite for the Barometer project. Separate tests verify the
-                    proper configuration and functionality of the following
-                    collectd plugins Ceilometer, Hugepages, Memory RAS (mcelog),
-                    and OVS Events
+                    Test suite for the Barometer project. Separate tests verify
+                    the proper configuration and basic functionality of all the
+                    collectd plugins as described in the Project Release Plan
                 dependencies:
-                    installer: 'fuel'
-                    scenario: 'kvm_ovs_dpdk_bar'
+                    installer: 'apex'
+                    scenario: 'bar'
                 run:
                      module: 'baro_tests.barometer'
                      class: 'BarometerCollectd'