aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/vnf/epc/juju_epc.yaml
diff options
context:
space:
mode:
authorsoumaya <soumaya.nayek@rebaca.com>2017-09-12 22:49:21 +0530
committerCédric Ollivier <cedric.ollivier@orange.com>2017-12-11 13:51:52 +0100
commit00315cbac45bdffe0cfd3174a4b0871ccb610b97 (patch)
tree382caa3f197947fe3a39690527bc467ae6bc4481 /functest/opnfv_tests/vnf/epc/juju_epc.yaml
parent41a81e7f5ca5d3733e6e5655f5ece7859ce9f49b (diff)
vEPC tests with juju as an VNF manager
juju_epc testcase validate EPC setup with the help of ABoT which acting as test executor. Functest-abot-epc-bundle deploys OAI charms alongwith mysql and ABoT. JUJU is acting as a VNF manager. Change-Id: I45d7b37f21f6b8c7049ab2bf42a4678e30b67a72 Signed-off-by: soumaya <soumaya.nayek@rebaca.com>
Diffstat (limited to 'functest/opnfv_tests/vnf/epc/juju_epc.yaml')
-rw-r--r--functest/opnfv_tests/vnf/epc/juju_epc.yaml32
1 files changed, 32 insertions, 0 deletions
diff --git a/functest/opnfv_tests/vnf/epc/juju_epc.yaml b/functest/opnfv_tests/vnf/epc/juju_epc.yaml
new file mode 100644
index 00000000..33eeb211
--- /dev/null
+++ b/functest/opnfv_tests/vnf/epc/juju_epc.yaml
@@ -0,0 +1,32 @@
+---
+tenant_images:
+ trusty:
+ /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img
+ xenial:
+ /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img
+
+orchestrator:
+ name: juju
+ version: '2.0'
+ requirements:
+ dep_package: 'software-properties-common'
+ flavor:
+ name: m1.small
+ ram_min: 2048
+ preserve_setup: false
+vnf:
+ name: juju_epc
+ version: '1'
+ descriptor:
+ name: abot-oai-epc
+ file_name:
+ /src/epc-requirements/abot_charm/functest-abot-epc-bundle/bundle.yaml
+ version: '1'
+ requirements:
+ flavor:
+ name: m1.medium
+ ram_min: 4096
+vnf_test_suite:
+ name: abot-epc-basic
+ version: "3.1.0"
+ tag_name: "TS_24_301"