From 179a3cbb40ff4bb2d9d41ad1f460b8c9b9652ab0 Mon Sep 17 00:00:00 2001 From: BjornMagnussonXA Date: Tue, 10 Aug 2021 00:42:35 +0200 Subject: [PATCH] Minor modification in dawn test env vars Needed to be able to run tests for dawn with latest function test. Issue-ID: NONRTRIC-563 Signed-off-by: BjornMagnussonXA Change-Id: Idd2b651a13c0db3f0114e3c1c81d4131e85a4922 --- test/common/test_env-oran-d-release.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/common/test_env-oran-d-release.sh b/test/common/test_env-oran-d-release.sh index 0f722b39..5dd2588e 100755 --- a/test/common/test_env-oran-d-release.sh +++ b/test/common/test_env-oran-d-release.sh @@ -390,6 +390,7 @@ CONTROL_PANEL_NGINX_KUBE_RESOLVER="kube-dns.kube-system.svc.cluster.local valid= CONTROL_PANEL_NGINX_DOCKER_RESOLVER="127.0.0.11" # nginx resolver for docker CONTROL_PANEL_PATH_POLICY_PREFIX="/a1-policy/" # Path prefix for forwarding policy calls to NGW CONTROL_PANEL_PATH_ECS_PREFIX="/data-producer/" # Path prefix for forwarding ecs calls to NGW +CONTROL_PANEL_PATH_ECS_PREFIX2="/data-consumer/" # Path prefix for forwarding ecs calls to NGW NRT_GATEWAY_APP_NAME="nonrtricgateway" # Name of the Gateway container NRT_GATEWAY_DISPLAY_NAME="NonRT-RIC Gateway" -- 2.16.6