From 13b842ccd307ed4a2860b0044cf00d326f3866b9 Mon Sep 17 00:00:00 2001 From: Remigiusz Janeczek Date: Tue, 25 Aug 2020 14:36:16 +0200 Subject: Update tests for Datafile Collector (DCAE SDK update) Adjust DFC consul configs Make message router sim return array of strings instead of array of json objects as response (as in live environment) Issue-ID: DCAEGEN2-2267 Signed-off-by: Remigiusz Janeczek Change-Id: I792c9abcb1c49d73a790ca9c2e8f46a0e1dfd099 --- test/mocks/datafilecollector-testharness/common/test_env.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'test/mocks/datafilecollector-testharness/common/test_env.sh') diff --git a/test/mocks/datafilecollector-testharness/common/test_env.sh b/test/mocks/datafilecollector-testharness/common/test_env.sh index 63c0f2ecf..cc96ce8b9 100644 --- a/test/mocks/datafilecollector-testharness/common/test_env.sh +++ b/test/mocks/datafilecollector-testharness/common/test_env.sh @@ -25,6 +25,7 @@ DOCKER_SIM_NWNAME="dfcnet" #Name of docker private network CONSUL_HOST="consul-server" #Host name of consul CONSUL_PORT=8500 #Port number of consul CONFIG_BINDING_SERVICE="config-binding-service" #Host name of CBS +CONFIG_BINDING_SERVICE_SERVICE_PORT=10000 #CBS port MR_PORT=2222 #MR simulator port number http DR_PORT=3906 #DR simulator port number http DR_PORT_SECURE=3907 #DR simulator port number for https -- cgit 1.2.3-korg