Merge "Use environment variable for image properties"
[functest.git] / docker / vnf / testcases.yaml
index 1a42101..170eed0 100644 (file)
@@ -1,65 +1,71 @@
+---
 tiers:
     -
         name: vnf
-        order: 4
-        ci_loop: '(daily)|(weekly)'
-        description : >-
+        order: 5
+        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:
+                    - DEPLOY_SCENARIO: 'os-.*-nofeature-.*ha'
+                run:
+                    name: cloudify
             -
                 case_name: cloudify_ims
                 project_name: functest
                 criteria: 100
                 blocking: false
                 description: >-
-                    This test case deploys an OpenSource vIMS solution from Clearwater
-                    using the Cloudify orchestrator. It also runs some signaling traffic.
+                    This test case deploys an OpenSource vIMS solution from
+                    Clearwater using the Cloudify orchestrator. It also runs
+                    some signaling traffic.
                 dependencies:
-                    installer: ''
-                    scenario: 'os-nosdn-nofeature-ha'
+                    - DEPLOY_SCENARIO: 'os-.*-nofeature-.*ha'
                 run:
-                    module: 'functest.opnfv_tests.vnf.ims.cloudify_ims'
-                    class: 'CloudifyIms'
+                    name: cloudify_ims
 
             -
-                case_name: aaa
-                enabled: false
+                case_name: heat_ims
                 project_name: functest
                 criteria: 100
                 blocking: false
                 description: >-
-                    Simple VNF.
+                    This test case deploys an OpenSource vIMS solution from
+                    Clearwater using the OpenStack Heat orchestrator.
+                    It also runs some signaling traffic.
                 dependencies:
-                    installer: ''
-                    scenario: ''
+                    - DEPLOY_SCENARIO: 'os-.*-nofeature-.*ha'
                 run:
-                    module: 'functest.opnfv_tests.vnf.aaa.aaa'
-                    class: 'AaaVnf'
+                    name: heat_ims
 
             -
-                case_name: orchestra_openims
+                case_name: vyos_vrouter
                 project_name: functest
                 criteria: 100
                 blocking: false
                 description: >-
-                    OpenIMS VNF deployment with Open Baton (Orchestra)
+                    This test case is vRouter testing.
                 dependencies:
-                    installer: ''
-                    scenario: 'os-nosdn-nofeature-ha'
+                    - DEPLOY_SCENARIO: 'os-.*-nofeature-.*ha'
                 run:
-                    module: 'functest.opnfv_tests.vnf.ims.orchestra_openims'
-                    class: 'OpenImsVnf'
+                    name: vyos_vrouter
 
             -
-                case_name: orchestra_clearwaterims
+                case_name: juju_epc
                 project_name: functest
                 criteria: 100
                 blocking: false
                 description: >-
-                    ClearwaterIMS VNF deployment with Open Baton (Orchestra)
+                    vEPC validation with Juju as VNF manager and ABoT as test
+                    executor.
                 dependencies:
-                    installer: ''
-                    scenario: 'os-nosdn-nofeature-ha'
+                    - DEPLOY_SCENARIO: 'os-.*-nofeature-.*ha'
                 run:
-                    module: 'functest.opnfv_tests.vnf.ims.orchestra_clearwaterims'
-                    class: 'ClearwaterImsVnf'
+                    name: juju_epc