X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=docker%2Fvnf%2Ftestcases.yaml;h=f4318d780f45155479940fa0a3bda906d18f074a;hb=def49808fcca40d837f0a37cc23783af80198c01;hp=4117a65833983d11dae6d2214b908977858cda87;hpb=b5c7a96a1eb523e1c89f3ea9d143ddf39c518022;p=functest.git diff --git a/docker/vnf/testcases.yaml b/docker/vnf/testcases.yaml index 4117a6583..f4318d780 100644 --- a/docker/vnf/testcases.yaml +++ b/docker/vnf/testcases.yaml @@ -1,9 +1,10 @@ +--- tiers: - name: vnf order: 4 ci_loop: '(daily)|(weekly)' - description : >- + description: >- Collection of VNF test cases. testcases: - @@ -12,14 +13,30 @@ tiers: criteria: 80 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' run: module: 'functest.opnfv_tests.vnf.ims.cloudify_ims' class: 'CloudifyIms' + + - + case_name: vyos_vrouter + project_name: functest + criteria: 100 + blocking: false + description: >- + This test case is vRouter testing. + dependencies: + installer: '^((?!compass|fuel).)*$' + scenario: 'os-nosdn-nofeature-ha' + run: + module: 'functest.opnfv_tests.vnf.router.cloudify_vrouter' + class: 'CloudifyVrouter' + - case_name: orchestra_openims project_name: orchestra @@ -45,19 +62,22 @@ tiers: installer: '' scenario: 'os-nosdn-nofeature-ha' run: - module: 'functest.opnfv_tests.vnf.ims.orchestra_clearwaterims' + module: + 'functest.opnfv_tests.vnf.ims.orchestra_clearwaterims' class: 'ClearwaterImsVnf' - - case_name: vyos_vrouter + case_name: juju_epc + enabled: true project_name: functest criteria: 100 blocking: false description: >- - This test case is vRouter testing. + vEPC validation with Juju as VNF manager and ABoT as test + executor. dependencies: - installer: '^((?!compass|fuel).)*$' + installer: '' scenario: 'os-nosdn-nofeature-ha' run: - module: 'functest.opnfv_tests.vnf.router.cloudify_vrouter' - class: 'CloudifyVrouter' + module: 'functest.opnfv_tests.vnf.epc.juju_epc' + class: 'JujuEpc'