Run script only if volume device is found
[functest.git] / functest / ci / testcases.yaml
index 60bb4ee..30e1c68 100644 (file)
@@ -304,6 +304,23 @@ tiers:
                         exclude:
                             - 'test_networks_multiprovider_rbac'
 
+            -
+                case_name: vmtp
+                project_name: functest
+                criteria: 100
+                blocking: false
+                description: >-
+                    VMTP is a small python application that will automatically
+                    perform ping connectivity, round trip time measurement
+                    (latency) and TCP/UDP throughput
+                dependencies:
+                    installer: ''
+                    scenario: ''
+                run:
+                    module:
+                        'functest.opnfv_tests.openstack.vmtp.vmtp'
+                    class: 'Vmtp'
+
             -
                 case_name: shaker
                 project_name: functest
@@ -514,6 +531,19 @@ tiers:
         description: >-
             Collection of VNF test cases.
         testcases:
+            -
+                case_name: cloudify
+                project_name: functest
+                criteria: 100
+                blocking: false
+                description: >-
+                    This test case deploys the Cloudify orchestrator.
+                dependencies:
+                    installer: ''
+                    scenario: 'os-.*-nofeature-.*ha'
+                run:
+                    module: 'functest.core.cloudify'
+                    class: 'Cloudify'
             -
                 case_name: cloudify_ims
                 project_name: functest