From 00315cbac45bdffe0cfd3174a4b0871ccb610b97 Mon Sep 17 00:00:00 2001 From: soumaya Date: Tue, 12 Sep 2017 22:49:21 +0530 Subject: 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 --- functest/opnfv_tests/vnf/epc/juju_epc.yaml | 32 ++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 functest/opnfv_tests/vnf/epc/juju_epc.yaml (limited to 'functest/opnfv_tests/vnf/epc/juju_epc.yaml') 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" -- cgit 1.2.3-korg