diff options
author | Filip Krzywka <filip.krzywka@nokia.com> | 2019-03-11 14:13:42 +0100 |
---|---|---|
committer | Filip Krzywka <filip.krzywka@nokia.com> | 2019-03-11 14:29:27 +0100 |
commit | 60f92958ebdaa6a5d10a9bc47c6f6d93b3bb97f8 (patch) | |
tree | 1eb5acfff0b40e803ad6e620d1dc01b1ca864884 /tests | |
parent | 86cccfe341d8328962ae0ed7877bc2fb908d1567 (diff) |
Use CBS in HV-VES testsuites
This change mostly follows related changes made in DCAEGEN2-1302
- consul now starts with CBS service defined through consul.d directory
- moved to consul image used during oom-deployment
- changed hv-ves configuration endpoint to oom-deployment default
Change-Id: I09e10f9e58f7df22f536e7ad35d1467993baa3bc
Issue-ID: DCAEGEN2-1302
Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/dcaegen2-collectors-hv-ves/testcases/__init__.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dcaegen2-collectors-hv-ves/testcases/__init__.robot b/tests/dcaegen2-collectors-hv-ves/testcases/__init__.robot index 60580083..2b6a5786 100644 --- a/tests/dcaegen2-collectors-hv-ves/testcases/__init__.robot +++ b/tests/dcaegen2-collectors-hv-ves/testcases/__init__.robot @@ -40,7 +40,7 @@ ${HTTP_METHOD_URL} http:// ${CONSUL_CONTAINER_HOST} consul ${CONSUL_CONTAINER_PORT} 8500 -${CONSUL_VES_HV_CONFIGURATION_KEY_PATH} /v1/kv/veshv-config +${CONSUL_VES_HV_CONFIGURATION_KEY_PATH} /v1/kv/dcae-hv-ves-collector ${DCAE_APP_CONTAINER_HOST} dcae-app-simulator ${DCAE_APP_CONTAINER_PORT} 6063 |