From 955d9e8ded6d50a560526f6f1a8df9af1f65558e Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Fri, 24 May 2024 18:08:59 +0100 Subject: [PATCH 1/1] Fix a typo in autotest log output Issue-ID: NONRTRIC-1004 Change-Id: I8832453999cd525453975ca0bc442e81c97788e6 Signed-off-by: JohnKeeney --- test/common/testcase_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6