Merge "Add CONFIG_BINDING_SERVICE_SERVICE_PORT to env_local.sh"
authorDaniel Rose <dr695h@att.com>
Wed, 11 Dec 2019 19:24:48 +0000 (19:24 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 11 Dec 2019 19:24:48 +0000 (19:24 +0000)
plans/dcaegen2-collectors-hv-ves/testsuites/env_local.sh

index 1bb7091..a93df5d 100755 (executable)
@@ -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"