From: BjornMagnussonXA Date: Mon, 9 Aug 2021 22:42:35 +0000 (+0200) Subject: Minor modification in dawn test env vars X-Git-Tag: 1.2.0~120 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=179a3cbb40ff4bb2d9d41ad1f460b8c9b9652ab0;p=nonrtric.git 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 --- 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"