X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2Ftest_env.sh;fp=test%2Fcommon%2Ftest_env.sh;h=a06efe274373ded0a410409f24da298ef9d314c1;hb=0f9d5174c5d828bd6c653f611052633d7b0fdc21;hp=11c3b6d2c1c5957ae7f571f2d17eb5d10fe7dbf1;hpb=db477d6b9a6170f8cd135ab8b0b3e50a6a43cb10;p=nonrtric.git diff --git a/test/common/test_env.sh b/test/common/test_env.sh index 11c3b6d2..a06efe27 100755 --- a/test/common/test_env.sh +++ b/test/common/test_env.sh @@ -112,7 +112,7 @@ export MR_INTERNAL_PORT=3905 # MR stub contai export MR_EXTERNAL_SECURE_PORT=3906 # MR stub container external secure port (host -> container) export MR_INTERNAL_SECURE_PORT=3906 # MR stub container internal secure port (container -> container) export MR_APP_NAME="message-router" # Name for the MR -export MR_READ_URL="/events/A1-POLICY-AGENT-READ/users/policy-agent" # Path to read messages from MR +export MR_READ_URL="/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100" # Path to read messages from MR export MR_WRITE_URL="/events/A1-POLICY-AGENT-WRITE" # Path write messages to MR export CR_EXTERNAL_PORT=8090 # Callback receiver container external port (host -> container)