---
tiers:
    -
        name: vnf
        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.
                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.
                dependencies:
                    - NO_TENANT_NETWORK: '^(?![tT]rue$)'
                run:
                    name: cloudify_ims

            -
                case_name: heat_ims
                project_name: functest
                criteria: 100
                blocking: false
                description: >-
                    This test case deploys an OpenSource vIMS solution from
                    Clearwater using the OpenStack Heat orchestrator.
                    It also runs some signaling traffic.
                dependencies:
                    - NO_TENANT_NETWORK: '^(?![tT]rue$)'
                run:
                    name: heat_ims

            -
                case_name: vyos_vrouter
                project_name: functest
                criteria: 100
                blocking: false
                description: >-
                    This test case is vRouter testing.
                dependencies:
                    - NO_TENANT_NETWORK: '^(?![tT]rue$)'
                run:
                    name: vyos_vrouter

            -
                case_name: juju_epc
                project_name: functest
                criteria: 100
                blocking: false
                description: >-
                    vEPC validation with Juju as VNF manager and ABoT as test
                    executor.
                dependencies:
                    - NO_TENANT_NETWORK: '^(?![tT]rue$)'
                run:
                    name: juju_epc