X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2Ftest_env-oran-master.sh;h=0077ef091d6744cde72a3347717616c2077fbe17;hb=49f0e5ab01b51aee8713a17aed86cd6d229b40cc;hp=7b8e8f8cf98a18d46a76c03818fe14f56478886e;hpb=647744d8ab625d28ea0ecda3e6741e23ba9b0bc7;p=nonrtric.git diff --git a/test/common/test_env-oran-master.sh b/test/common/test_env-oran-master.sh index 7b8e8f8c..0077ef09 100755 --- a/test/common/test_env-oran-master.sh +++ b/test/common/test_env-oran-master.sh @@ -17,6 +17,8 @@ # ============LICENSE_END================================================= # +TEST_ENV_PROFILE="ORAN-MASTER" + # Set up the image and tags for the test. Do not add the image tag to the image names. # NOTE: A env var for each container is created by the test script. @@ -115,6 +117,8 @@ export ECS_INTERNAL_SECURE_PORT=8434 # ECS container export ECS_APP_NAME="ecs" # Name for ECS container 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 ECS_HOST_MNT_DIR="./mnt" # Mounted dir, relative to compose file, on the host +export ECS_CONTAINER_MNT_DIR="/var/enrichment-coordinator-service" # Mounted dir in the container export MR_EXTERNAL_PORT=3905 # MR stub container external port (host -> container) export MR_INTERNAL_PORT=3905 # MR stub container internal port (container -> container) @@ -129,6 +133,7 @@ export CR_INTERNAL_PORT=8090 # Callback recei export CR_EXTERNAL_SECURE_PORT=8091 # Callback receiver container external secure port (host -> container) 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 CR_APP_CALLBACK="/callbacks" # Url for callbacks 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) @@ -188,4 +193,9 @@ 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 + +CR_RESTBASE="http://localhost:"$CR_EXTERNAL_PORT # Base url to the Callback receiver REST interface +CR_RESTBASE_SECURE="https://localhost:"$CR_EXTERNAL_SECURE_PORT # Base url to the secure Callback receiver REST interface +CR_ADAPTER=$CR_RESTBASE # Adapter holds the address the CR admin interface (REST only) + # The values of this var is swiched between the two base url when needed \ No newline at end of file