diff options
author | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2021-09-01 14:24:33 +0200 |
---|---|---|
committer | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2021-09-01 15:32:02 +0200 |
commit | 70d73b28bf67092efc4c7983ac04ad759f5056e9 (patch) | |
tree | e1b3caeeecaf17602a1dc5d3ea5ef245bba65464 /plans/dcaegen2-collectors-hv-ves/testsuites/env_local.sh | |
parent | ee72614cc6fe35737d24db1c99ceb13b7e5e54fd (diff) |
Align HV-VES tests to use mounted config file instead of Consul
Issue-ID: DCAEGEN2-2718
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: Ia16192b432eadab6e2d10ed1435e888f3e700da1
Diffstat (limited to 'plans/dcaegen2-collectors-hv-ves/testsuites/env_local.sh')
-rwxr-xr-x | plans/dcaegen2-collectors-hv-ves/testsuites/env_local.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plans/dcaegen2-collectors-hv-ves/testsuites/env_local.sh b/plans/dcaegen2-collectors-hv-ves/testsuites/env_local.sh index 1bd0ba1f..88637a85 100755 --- a/plans/dcaegen2-collectors-hv-ves/testsuites/env_local.sh +++ b/plans/dcaegen2-collectors-hv-ves/testsuites/env_local.sh @@ -24,6 +24,7 @@ export JAVA_OPTS="-Dio.netty.leakDetection.level=paranoid" export CONSUL_HOST="consul-server" export CONFIG_BINDING_SERVICE="config-binding-service" export CONFIG_BINDING_SERVICE_SERVICE_PORT="10000" +export CBS_CLIENT_CONFIG_PATH=/etc/ves-hv/configuration/hv-ves-configuration.yaml export ONAP_NEXUS_REGISTRY="nexus3.onap.org:10001" export DOCKER_REGISTRY=${ONAP_NEXUS_REGISTRY} |