aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoanna Jeremicz <joanna.jeremicz@nokia.com>2019-12-04 12:06:22 +0100
committerJoanna Jeremicz <joanna.jeremicz@nokia.com>2019-12-04 12:06:22 +0100
commitdf38582fcaa020a5a31a228cf4cabccc61477173 (patch)
tree46d6c6fcbf28cf9fbe402266b1fd4b80d05bcf24
parent49bb0d3059539a10fbf4b3a7345b71a814187f49 (diff)
Add CONFIG_BINDING_SERVICE_SERVICE_PORT to env_local.sh
Issue-ID: INT-1373 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com> Change-Id: Idfad3e49a90f78fb068b44b17e46965226eb2572
-rwxr-xr-xplans/dcaegen2-collectors-hv-ves/testsuites/env_local.sh1
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 1bb70917..a93df5d2 100755
--- a/plans/dcaegen2-collectors-hv-ves/testsuites/env_local.sh
+++ b/plans/dcaegen2-collectors-hv-ves/testsuites/env_local.sh
@@ -23,6 +23,7 @@ export ROBOT_VARIABLES="--pythonpath ${WORKSPACE}/tests/dcaegen2-collectors-hv-v
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 ONAP_NEXUS_REGISTRY="nexus3.onap.org:10001"
export DOCKER_REGISTRY="docker.io"