X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2Fdmaapmed_api_functions.sh;h=35280a4ca1585677deee764cfb5a183e9fe50357;hb=472dc0ebf9c8312f8c877470ba750b44246301b7;hp=5188a454a9bf2386aef04a7b02d85bf2a1657d0a;hpb=afe34e22e0be919b8e054826c23c551b4e493f79;p=nonrtric.git diff --git a/test/common/dmaapmed_api_functions.sh b/test/common/dmaapmed_api_functions.sh index 5188a454..35280a4c 100644 --- a/test/common/dmaapmed_api_functions.sh +++ b/test/common/dmaapmed_api_functions.sh @@ -124,7 +124,7 @@ use_dmaapmed_https() { # args: __dmaapmed_set_protocoll() { echo -e $BOLD"$DMAAP_MED_DISPLAY_NAME protocol setting"$EBOLD - echo -e " Using $BOLD http $EBOLD towards $DMAAP_MED_DISPLAY_NAME" + echo -e " Using $BOLD $1 $EBOLD towards $DMAAP_MED_DISPLAY_NAME" ## Access to Dmaap mediator @@ -177,7 +177,7 @@ __dmaapmed_export_vars() { fi # paths to other components - export ECS_SERVICE_PATH + export ICS_SERVICE_PATH export DMAAP_MED_CONF_SELF_HOST=$(echo $DMAAP_MED_SERVICE_PATH | cut -d: -f1-2) export DMAAP_MED_CONF_SELF_PORT=$(echo $DMAAP_MED_SERVICE_PATH | cut -d: -f3)