X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2Ftestcase_common.sh;h=21b67e9a0c79cb9535d664bb3e126bd75cca1e59;hb=955d9e8ded6d50a560526f6f1a8df9af1f65558e;hp=3f5970ca3f26c35c5a4035fdf8da25b050f5a868;hpb=7f8b77b648ea7b36fe7a785b642a08f67d51f2a6;p=nonrtric.git diff --git a/test/common/testcase_common.sh b/test/common/testcase_common.sh index 3f5970ca..21b67e9a 100755 --- a/test/common/testcase_common.sh +++ b/test/common/testcase_common.sh @@ -3055,7 +3055,7 @@ __check_service_start() { #If response is too long, truncate result="...response text too long, omitted" fi - echo -ne " Waiting for {ENTITY} $BOLD${appname}$EBOLD service status on ${3}, result: $result${SAMELINE}" + echo -ne " Waiting for ${ENTITY} $BOLD${appname}$EBOLD service status on ${url}, result: $result${SAMELINE}" echo -ne " The ${ENTITY} $BOLD${appname}$EBOLD$GREEN is alive$EGREEN, responds to service status:$GREEN $result $EGREEN on ${url} after $(($SECONDS-$TSTART)) seconds" a1pmsst=true break