diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-08-17 12:11:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-17 12:11:28 +0000 |
commit | a3c85f8980504d2ecbfe491a1ec6e96fcae97c67 (patch) | |
tree | 4e5b38795f69e8b34116e84ff4f17a80455c9ecb /functest/ci/config_functest.yaml | |
parent | f49f5f2a94ece7d0e1ae924bc7ab77a38eeeef87 (diff) | |
parent | 00d300239032e6b17ba18f250007670e62825da3 (diff) |
Merge "add orchestra_clearwaterims testcase"
Diffstat (limited to 'functest/ci/config_functest.yaml')
-rw-r--r-- | functest/ci/config_functest.yaml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/functest/ci/config_functest.yaml b/functest/ci/config_functest.yaml index 31ec6969..829c51f7 100644 --- a/functest/ci/config_functest.yaml +++ b/functest/ci/config_functest.yaml @@ -133,10 +133,14 @@ vnf: tenant_name: cloudify_ims tenant_description: vIMS config: cloudify_ims.yaml - orchestra_ims: - tenant_name: orchestra_ims - tenant_description: ims deployed with openbaton - config: orchestra_ims.yaml + orchestra_openims: + tenant_name: orchestra_openims + tenant_description: OpenIMS deployed with Open Baton + config: orchestra.yaml + orchestra_clearwaterims: + tenant_name: orchestra_clearwaterims + tenant_description: Clearwater IMS deployed with Open Baton + config: orchestra.yaml opera_ims: tenant_name: opera_ims tenant_description: ims deployed with open-o |