aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Rose <dr695h@att.com>2019-11-25 20:07:10 +0000
committerGerrit Code Review <gerrit@onap.org>2019-11-25 20:07:10 +0000
commit49bb0d3059539a10fbf4b3a7345b71a814187f49 (patch)
tree2d5f429f07e4467b48225c6d4d58bfe448f5f550
parenta06a011e742e512817b04bba10695d1f786fce7b (diff)
parent0e411cb8f7061770afca3a98e680f41e9e8c48d9 (diff)
Merge "Align tests with new SDK"
-rw-r--r--plans/dcaegen2-collectors-hv-ves/testsuites/docker-compose.yml2
-rwxr-xr-xplans/dcaegen2-collectors-hv-ves/testsuites/env.sh1
2 files changed, 3 insertions, 0 deletions
diff --git a/plans/dcaegen2-collectors-hv-ves/testsuites/docker-compose.yml b/plans/dcaegen2-collectors-hv-ves/testsuites/docker-compose.yml
index 4b184d38..6f5f2ee1 100644
--- a/plans/dcaegen2-collectors-hv-ves/testsuites/docker-compose.yml
+++ b/plans/dcaegen2-collectors-hv-ves/testsuites/docker-compose.yml
@@ -109,6 +109,7 @@ services:
- HOSTNAME=${HV_VES_HOSTNAME}
- CONSUL_HOST
- CONFIG_BINDING_SERVICE
+ - CONFIG_BINDING_SERVICE_SERVICE_PORT
healthcheck:
interval: 10s
timeout: 5s
@@ -133,6 +134,7 @@ services:
- HOSTNAME=${HV_VES_HOSTNAME}
- CONSUL_HOST
- CONFIG_BINDING_SERVICE
+ - CONFIG_BINDING_SERVICE_SERVICE_PORT
healthcheck:
interval: 10s
timeout: 5s
diff --git a/plans/dcaegen2-collectors-hv-ves/testsuites/env.sh b/plans/dcaegen2-collectors-hv-ves/testsuites/env.sh
index 940c757f..e3e253b6 100755
--- a/plans/dcaegen2-collectors-hv-ves/testsuites/env.sh
+++ b/plans/dcaegen2-collectors-hv-ves/testsuites/env.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=${ONAP_NEXUS_REGISTRY}