X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=docker%2Fvnf%2Ftestcases.yaml;h=f4318d780f45155479940fa0a3bda906d18f074a;hb=250a7936cc34e2e22c7a9a8f766c9ee0bdcb9f4c;hp=1a42101e9b3afd1fad552143e73b2f5b0b7a06c3;hpb=f151c44687d96f580a1b9b8ce2e5c016bb09d2da;p=functest.git diff --git a/docker/vnf/testcases.yaml b/docker/vnf/testcases.yaml index 1a42101e9..f4318d780 100644 --- a/docker/vnf/testcases.yaml +++ b/docker/vnf/testcases.yaml @@ -1,19 +1,21 @@ +--- tiers: - name: vnf order: 4 ci_loop: '(daily)|(weekly)' - description : >- + description: >- Collection of VNF test cases. testcases: - case_name: cloudify_ims project_name: functest - criteria: 100 + 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' @@ -22,23 +24,22 @@ tiers: class: 'CloudifyIms' - - case_name: aaa - enabled: false + case_name: vyos_vrouter project_name: functest criteria: 100 blocking: false description: >- - Simple VNF. + This test case is vRouter testing. dependencies: - installer: '' - scenario: '' + installer: '^((?!compass|fuel).)*$' + scenario: 'os-nosdn-nofeature-ha' run: - module: 'functest.opnfv_tests.vnf.aaa.aaa' - class: 'AaaVnf' + module: 'functest.opnfv_tests.vnf.router.cloudify_vrouter' + class: 'CloudifyVrouter' - case_name: orchestra_openims - project_name: functest + project_name: orchestra criteria: 100 blocking: false description: >- @@ -52,7 +53,7 @@ tiers: - case_name: orchestra_clearwaterims - project_name: functest + project_name: orchestra criteria: 100 blocking: false description: >- @@ -61,5 +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: juju_epc + enabled: true + project_name: functest + criteria: 100 + blocking: false + description: >- + vEPC validation with Juju as VNF manager and ABoT as test + executor. + dependencies: + installer: '' + scenario: 'os-nosdn-nofeature-ha' + run: + module: 'functest.opnfv_tests.vnf.epc.juju_epc' + class: 'JujuEpc'