From aaefec33473145269f359ad7da436048b92b5912 Mon Sep 17 00:00:00 2001 From: ecaiyanlinux Date: Tue, 13 Oct 2020 12:03:43 +0200 Subject: [PATCH] Update ECS http port in test scripts Signed-off-by: ecaiyanlinux Issue-ID: NONRTRIC-296 Change-Id: I35b6518f9754e2d41e16219ebe7d7812b734843e --- test/common/test_env.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/common/test_env.sh b/test/common/test_env.sh index e86f8349..ac5cfa42 100755 --- a/test/common/test_env.sh +++ b/test/common/test_env.sh @@ -106,8 +106,8 @@ export POLICY_AGENT_APP_NAME="policy-agent" # Name for Polic POLICY_AGENT_LOGPATH="/var/log/policy-agent/application.log" # Path the application log in the Policy Agent container export POLICY_AGENT_APP_NAME_ALIAS="policy-agent-container" # Alias name, name used by the control panel -export ECS_EXTERNAL_PORT=8082 # ECS container external port (host -> container) -export ECS_INTERNAL_PORT=8082 # ECS container internal port (container -> container) +export ECS_EXTERNAL_PORT=8083 # ECS container external port (host -> container) +export ECS_INTERNAL_PORT=8083 # ECS container internal port (container -> container) export ECS_EXTERNAL_SECURE_PORT=8434 # ECS container external secure port (host -> container) export ECS_INTERNAL_SECURE_PORT=8434 # ECS container internal secure port (container -> container) -- 2.16.6