aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/vnf/epc/juju_epc.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-02-27 14:25:49 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2018-02-27 14:27:57 +0100
commitbaa8f2d5f67d45e5761f92cb93fe22050f08d0fe (patch)
tree05ddb33dc893cad35369b3286db944eac79ffe4d /functest/opnfv_tests/vnf/epc/juju_epc.yaml
parent53cd7f8176c996014decb7311d9f546f6b8f2497 (diff)
Clean all OpenStack related modules
Xtesting is only focused on the framework and entry points. Change-Id: I1a4146ed8519438b13810a20ddf1140c35bb6ecd Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.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, 0 insertions, 32 deletions
diff --git a/functest/opnfv_tests/vnf/epc/juju_epc.yaml b/functest/opnfv_tests/vnf/epc/juju_epc.yaml
deleted file mode 100644
index 67f3224f..00000000
--- a/functest/opnfv_tests/vnf/epc/juju_epc.yaml
+++ /dev/null
@@ -1,32 +0,0 @@
----
-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.juju
- 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.juju
- ram_min: 4096
-vnf_test_suite:
- name: abot-epc-basic
- version: "3.1.0"
- tag_name: "TS_24_301"