diff options
author | Georg Kunz <georg.kunz@ericsson.com> | 2018-05-05 21:08:39 +0000 |
---|---|---|
committer | Georg Kunz <georg.kunz@ericsson.com> | 2018-05-29 11:20:45 +0000 |
commit | a1f0d264158a555aa114d0d60f9a5121d0a0148c (patch) | |
tree | e9aea2f7673a35a4277b3a478eb3364aa9bcd885 /etc/userconfig | |
parent | 5e1783292b98b60e890df51faeb476af8b4364ab (diff) |
Adding vEPC test case to Dovetail and proposed_tests suite
Adding the vEPC test case to Dovetail. The test deploys a vEPC using
Juju as VNF manager and performs application level tests.
JIRA: DOVETAIL-650
Change-Id: I15c2cdddee510e12a5faf18efc8950af5cf7b664
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Diffstat (limited to 'etc/userconfig')
-rw-r--r-- | etc/userconfig/testcases.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/userconfig/testcases.yaml b/etc/userconfig/testcases.yaml index 444eff98..92c2e2b0 100644 --- a/etc/userconfig/testcases.yaml +++ b/etc/userconfig/testcases.yaml @@ -252,3 +252,17 @@ tiers: run: module: 'functest.opnfv_tests.vnf.ims.cloudify_ims' class: 'CloudifyIms' + - + 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: + installer: '' + scenario: '' + run: + module: 'functest.opnfv_tests.vnf.epc.juju_epc' + class: 'JujuEpc' |