diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-02-14 08:58:35 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2017-02-24 10:59:18 +0100 |
commit | 6a757d91eaf75a35c61f26029be9e44221681004 (patch) | |
tree | 4114666daa18fd3f1127a2aed875b0c5c5b59025 /functest/opnfv_tests/vnf/ims/orchestra_ims.yaml | |
parent | c2477ac190dbf321b6bf136a906264b3d9e113cc (diff) |
Integration of orchestra_ims test
JIRA: FUNCTEST-726
Change-Id: Ie6a35a817aa327a7e9143d93b5ea2582e99e0066
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'functest/opnfv_tests/vnf/ims/orchestra_ims.yaml')
-rw-r--r-- | functest/opnfv_tests/vnf/ims/orchestra_ims.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/functest/opnfv_tests/vnf/ims/orchestra_ims.yaml b/functest/opnfv_tests/vnf/ims/orchestra_ims.yaml new file mode 100644 index 00000000..2fb33df5 --- /dev/null +++ b/functest/opnfv_tests/vnf/ims/orchestra_ims.yaml @@ -0,0 +1,7 @@ +tenant_images: + ubuntu_14.04: http://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img + openims: http://marketplace.openbaton.org:8082/api/v1/images/52e2ccc0-1dce-4663-894d-28aab49323aa/img +openbaton: + bootstrap: sh <(curl -s http://get.openbaton.org/bootstrap) release -configFile= + marketplace_link: http://marketplace.openbaton.org:8082/api/v1/nsds/fokus/OpenImsCore/3.2.0/json + imagename: ubuntu_14.04 |