diff options
Diffstat (limited to 'functest/ci')
-rw-r--r-- | functest/ci/config_functest.yaml | 11 | ||||
-rw-r--r-- | functest/ci/testcases.yaml | 16 |
2 files changed, 25 insertions, 2 deletions
diff --git a/functest/ci/config_functest.yaml b/functest/ci/config_functest.yaml index 8f9bd0d3..315c6c9c 100644 --- a/functest/ci/config_functest.yaml +++ b/functest/ci/config_functest.yaml @@ -141,9 +141,16 @@ rally: vnf: juju_epc: - tenant_name: epc + config: juju_epc.yaml tenant_description: OAI EPC deployed with Juju - tenant_images: {} + tenant_name: abotepc + private_net_name: abot-net + private_subnet_cidr: 172.16.0.0/24 + private_subnet_name: abot-subnet + external_router: abot-router + external_network_name: ext-net + dns_nameserver: ['8.8.8.8'] + cloudify_ims: tenant_name: cloudify_ims tenant_description: vIMS diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 7ea03e15..5245079e 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -405,3 +405,19 @@ tiers: 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' |