X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=docker%2Fvnf%2Ftestcases.yaml;h=1f08177082794f9a6dcd1a781705710a78d9ffde;hb=026a9bfaa656d0e5ade327feda64f17796d6f209;hp=bc2a425ccac916dcc915be9fac2bb6e9193284a5;hpb=4c32f394e4ca9058ca69571754ff15156149251d;p=functest.git diff --git a/docker/vnf/testcases.yaml b/docker/vnf/testcases.yaml index bc2a425cc..1f0817708 100644 --- a/docker/vnf/testcases.yaml +++ b/docker/vnf/testcases.yaml @@ -3,7 +3,6 @@ tiers: - name: vnf order: 4 - ci_loop: '(daily)|(weekly)' description: >- Collection of VNF test cases. testcases: @@ -15,27 +14,40 @@ tiers: description: >- This test case deploys the Cloudify orchestrator. dependencies: - installer: '' - scenario: 'os-.*-nofeature-.*ha' + - DEPLOY_SCENARIO: 'os-.*-nofeature-.*ha' run: module: 'functest.core.cloudify' class: 'Cloudify' - case_name: cloudify_ims project_name: functest - criteria: 80 + 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: - installer: '' - scenario: 'os-.*-nofeature-.*ha' + - DEPLOY_SCENARIO: 'os-.*-nofeature-.*ha' run: module: 'functest.opnfv_tests.vnf.ims.cloudify_ims' class: 'CloudifyIms' + - + 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: + - DEPLOY_SCENARIO: 'os-.*-nofeature-.*ha' + run: + module: 'functest.opnfv_tests.vnf.ims.heat_ims' + class: 'HeatIms' + - case_name: vyos_vrouter project_name: functest @@ -44,8 +56,7 @@ tiers: description: >- This test case is vRouter testing. dependencies: - installer: '' - scenario: 'os-.*-nofeature-.*ha' + - DEPLOY_SCENARIO: 'os-.*-nofeature-.*ha' run: module: 'functest.opnfv_tests.vnf.router.cloudify_vrouter' class: 'CloudifyVrouter' @@ -59,8 +70,7 @@ tiers: vEPC validation with Juju as VNF manager and ABoT as test executor. dependencies: - installer: '' - scenario: 'os-.*-nofeature-.*ha' + - DEPLOY_SCENARIO: 'os-.*-nofeature-.*ha' run: module: 'functest.opnfv_tests.vnf.epc.juju_epc' class: 'JujuEpc'