Updates to test env and A1function test
Issue-ID: NONRTRIC-303
Signed-off-by: BjornMagnussonXA <bjorn.magnusson@est.tech>
Change-Id: Ic6c206182b01d45bce539d06fc3f506718685565
diff --git a/test/common/test_env.sh b/test/common/test_env.sh
old mode 100755
new mode 100644
index e86f834..293e993
--- a/test/common/test_env.sh
+++ b/test/common/test_env.sh
@@ -106,8 +106,8 @@
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)
@@ -186,4 +186,4 @@
ECS_DMAAPBASE="http://localhost:"$MR_EXTERNAL_PORT # Base url to the Dmaap adapter, http
ECS_DMAAPBASE_SECURE="https://localhost:"$MR_EXTERNAL_SECURE_PORT # Base url to the Dmaap adapter, https
ECS_ADAPTER=$ECS_RESTBASE # Adapter holds the address the ECS R-APP interface (REST OR DMAAP)
- # The values of this var is swiched between the four base url when needed
\ No newline at end of file
+ # The values of this var is swiched between the four base url when needed