X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2Fmr_api_functions.sh;h=977c3da8c8425829d84a257c3d277470de4fe868;hb=d2aeca8843fe3ffca2e73dec5b64daeef0dda938;hp=458070e0d53e6b682810b0a3169de3488748cce4;hpb=c8f92e94bb2638aa66a1d7c2ba63375bbfcdc8c9;p=nonrtric.git diff --git a/test/common/mr_api_functions.sh b/test/common/mr_api_functions.sh index 458070e0..977c3da8 100755 --- a/test/common/mr_api_functions.sh +++ b/test/common/mr_api_functions.sh @@ -316,7 +316,7 @@ __mr_set_protocoll() { MR_ZOOKEEPER_SERVICE_PATH=$MR_ZOOKEEPER_APP_NAME":"$MR_ZOOKEEPER_PORT fi - # For directing calls from script to e.g.PMS via message rounter + # For directing calls from script to e.g.A1PMS via message rounter # These cases shall always go though the mr-stub MR_ADAPTER_HTTP="http://"$MR_STUB_APP_NAME":"$2 MR_ADAPTER_HTTPS="https://"$MR_STUB_APP_NAME":"$4 @@ -345,7 +345,7 @@ __mr_set_protocoll() { MR_ZOOKEEPER_SERVICE_PATH=$MR_ZOOKEEPER_APP_NAME"."$KUBE_ONAP_NAMESPACE":"$MR_ZOOKEEPER_PORT fi - # For directing calls from script to e.g.PMS, via message rounter + # For directing calls from script to e.g.A1PMS, via message rounter # These calls shall always go though the mr-stub MR_ADAPTER_HTTP="http://"$MR_STUB_APP_NAME.$KUBE_ONAP_NAMESPACE":"$3 MR_ADAPTER_HTTPS="https://"$MR_STUB_APP_NAME.$KUBE_ONAP_NAMESPACE":"$5