X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=test%2Fcommon%2Ftest_env.sh;h=293e993a7854ae47c9ce9c712090bc729b0ae9e8;hb=2791e08eaf2c4b9c61d13980c3192585741af834;hp=56d75839671b9bcbd53ccbeab6ddff732d7fd062;hpb=5d97a401dc1e26f64ad57daab90f924da9c12c64;p=nonrtric.git diff --git a/test/common/test_env.sh b/test/common/test_env.sh old mode 100755 new mode 100644 index 56d75839..293e993a --- a/test/common/test_env.sh +++ b/test/common/test_env.sh @@ -89,6 +89,11 @@ CR_LOCAL_IMAGE="callback-receiver" CR_LOCAL_IMAGE_TAG="latest" #No remote image for CR, local image always used +#Producer stub image and tag +PROD_STUB_LOCAL_IMAGE="producer-stub" +PROD_STUB_LOCAL_IMAGE_TAG="latest" +#No remote image for producer stub, local image always used + # Common env var for auto-test. Vars used by docker-compose need to be exported export DOCKER_SIM_NWNAME="nonrtric-docker-net" # Name of docker private network @@ -101,14 +106,14 @@ 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) export ECS_APP_NAME="ecs" # Name for ECS container -ECS_LOGPATH="/var/log/ecs/application.log" # Path the application log in the ECS container -export ECS_APP_NAME_ALIAS="ecs-container" # Alias name, name used by the control panel +ECS_LOGPATH="/var/log/enrichment-coordinator-service/application.log" # Path the application log in the ECS container +export ECS_APP_NAME_ALIAS="enrichment-service-container" # Alias name, name used by the control panel export MR_EXTERNAL_PORT=3905 # MR stub container external port (host -> container) export MR_INTERNAL_PORT=3905 # MR stub container internal port (container -> container) @@ -124,6 +129,12 @@ export CR_EXTERNAL_SECURE_PORT=8091 # Callback recei export CR_INTERNAL_SECURE_PORT=8091 # Callback receiver container internal secure port (container -> container) export CR_APP_NAME="callback-receiver" # Name for the Callback receiver +export PROD_STUB_EXTERNAL_PORT=8092 # Producer stub container external port (host -> container) +export PROD_STUB_INTERNAL_PORT=8092 # Producer stub container internal port (container -> container) +export PROD_STUB_EXTERNAL_SECURE_PORT=8093 # Producer stub container external secure port (host -> container) +export PROD_STUB_INTERNAL_SECURE_PORT=8093 # Producer stub container internal secure port (container -> container) +export PROD_STUB_APP_NAME="producer-stub" # Name for the Producer stub + export CONSUL_HOST="consul-server" # Host name of consul export CONSUL_EXTERNAL_PORT=8500 # Consul container external port (host -> container) export CONSUL_INTERNAL_PORT=8500 # Consul container internal port (container -> container) @@ -175,4 +186,4 @@ ECS_RESTBASE_SECURE="https://localhost:"$ECS_EXTERNAL_SECURE_PORT # Base url to 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