X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2Frc_api_functions.sh;h=3766d191800db004ba31a7af84cc6f160921c593;hb=5feecd881172a3b22041d35443c1f946e7d5f63e;hp=537bc0c2c326358f6c56919dd1e0fdda4657c5ce;hpb=79e37003f5c94bfe12d197727dd31334e50397a6;p=nonrtric.git diff --git a/test/common/rc_api_functions.sh b/test/common/rc_api_functions.sh index 537bc0c2..3766d191 100644 --- a/test/common/rc_api_functions.sh +++ b/test/common/rc_api_functions.sh @@ -116,7 +116,7 @@ use_rapp_catalogue_https() { # args: __rapp_catalogue_set_protocoll() { echo -e $BOLD"$RAPP_CAT_DISPLAY_NAME protocol setting"$EBOLD - echo -e " Using $BOLD http $EBOLD towards $RAPP_CAT_DISPLAY_NAME" + echo -e " Using $BOLD $1 $EBOLD towards $RAPP_CAT_DISPLAY_NAME" ## Access to Rapp catalogue @@ -234,7 +234,7 @@ rc_equal() { #__var_test RC "$LOCALHOST_HTTP:$RC_EXTERNAL_PORT/" $1 "=" $2 $3 __var_test RC "$RC_SERVICE_PATH/" $1 "=" $2 $3 else - __print_err "Wrong args to ecs_equal, needs two or three args: [ timeout ]" $@ + __print_err "Wrong args to ics_equal, needs two or three args: [ timeout ]" $@ fi }