aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Rose <dr695h@att.com>2019-12-11 19:24:48 +0000
committerGerrit Code Review <gerrit@onap.org>2019-12-11 19:24:48 +0000
commit4ee1b4abdde4eaa2d46fb7d1e597f817bb46c042 (patch)
tree2c2fe354757ce3628149b54fda66d34496b4cd20
parentf88e6d68f5a78f40d6f1c680d29f493d5e88fdfc (diff)
parentdf38582fcaa020a5a31a228cf4cabccc61477173 (diff)
Merge "Add CONFIG_BINDING_SERVICE_SERVICE_PORT to env_local.sh"
-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"