diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-08-29 07:42:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-29 07:42:08 +0000 |
commit | 540f46cc10b42df1c3fe7822e1d533b57adb9e34 (patch) | |
tree | 8a3d023b4a597f12d5fe4c0bca4193d5bb593ee1 /functest/ci/config_functest.yaml | |
parent | 85ed13e38245eee2c957e76cd6834aa6668d6293 (diff) | |
parent | 0a56dfd7f42d6a6d849e5cf3f82b0863c8a62ffe (diff) |
Merge "Refactor the vyos_vrouter to adopt VNF abstraction"
Diffstat (limited to 'functest/ci/config_functest.yaml')
-rw-r--r-- | functest/ci/config_functest.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/functest/ci/config_functest.yaml b/functest/ci/config_functest.yaml index a04a5996..5ff5c824 100644 --- a/functest/ci/config_functest.yaml +++ b/functest/ci/config_functest.yaml @@ -11,12 +11,12 @@ general: repo_odl_test: /src/odl_test repo_fds: /src/fds repo_securityscan: /home/opnfv/repos/securityscanning - repo_vrouter: /home/opnfv/repos/vnfs/vrouter functest: /home/opnfv/functest results: /home/opnfv/functest/results functest_conf: /home/opnfv/functest/conf functest_data: /home/opnfv/functest/data ims_data: /home/opnfv/functest/data/ims/ + router_data: /home/opnfv/functest/data/router/ functest_images: /home/opnfv/functest/images rally_inst: /root/.rally @@ -153,6 +153,10 @@ vnf: tenant_name: orchestra_clearwaterims tenant_description: Clearwater IMS deployed with Open Baton config: orchestra.yaml + vyos_vrouter: + tenant_name: vrouter + tenant_description: vRouter + config: cloudify_vrouter.yaml promise: tenant_name: promise |