X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2Fngw_api_functions.sh;h=9e29278c7dbb039921ee2802eb898b68f1587242;hb=007b64509101d8e3ef881955adee2ad15d062213;hp=d8f1707bacbd5e467ed16163773757abfff4b3df;hpb=79e37003f5c94bfe12d197727dd31334e50397a6;p=nonrtric.git diff --git a/test/common/ngw_api_functions.sh b/test/common/ngw_api_functions.sh index d8f1707b..9e29278c 100644 --- a/test/common/ngw_api_functions.sh +++ b/test/common/ngw_api_functions.sh @@ -128,7 +128,7 @@ use_gateway_https() { # args: __gateway_set_protocoll() { echo -e $BOLD"$NRT_GATEWAY_DISPLAY_NAME protocol setting"$EBOLD - echo -e " Using $BOLD http $EBOLD towards $NRT_GATEWAY_DISPLAY_NAME" + echo -e " Using $BOLD $1 $EBOLD towards $NRT_GATEWAY_DISPLAY_NAME" ## Access to nonrtric gateway @@ -199,12 +199,12 @@ __gateway_export_vars() { if [ $RUNMODE == "KUBE" ]; then export POLICY_AGENT_EXTERNAL_SECURE_PORT - export ECS_EXTERNAL_SECURE_PORT + export ICS_EXTERNAL_SECURE_PORT export POLICY_AGENT_DOMAIN_NAME=$POLICY_AGENT_APP_NAME.$KUBE_NONRTRIC_NAMESPACE - export ECS_DOMAIN_NAME=$ECS_APP_NAME.$KUBE_NONRTRIC_NAMESPACE + export ICS_DOMAIN_NAME=$ICS_APP_NAME.$KUBE_NONRTRIC_NAMESPACE else export POLICY_AGENT_DOMAIN_NAME=$POLICY_AGENT_APP_NAME - export ECS_DOMAIN_NAME=$ECS_APP_NAME + export ICS_DOMAIN_NAME=$ICS_APP_NAME fi } @@ -319,11 +319,11 @@ gateway_pms_get_status() { return 0 } -# API Test function: GET /ei-producer/v1/eitypes towards ECS +# API Test function: GET /ei-producer/v1/eitypes towards ICS # Note: This is just to test service response # args: # (Function for test scripts) -gateway_ecs_get_types() { +gateway_ics_get_types() { __log_test_start $@ if [ $# -ne 1 ]; then __print_err "" $@