Fix a typo in autotest log output 29/12929/1
authorJohnKeeney <john.keeney@est.tech>
Fri, 24 May 2024 17:08:59 +0000 (18:08 +0100)
committerJohnKeeney <john.keeney@est.tech>
Fri, 24 May 2024 17:09:11 +0000 (18:09 +0100)
Issue-ID: NONRTRIC-1004
Change-Id: I8832453999cd525453975ca0bc442e81c97788e6
Signed-off-by: JohnKeeney <john.keeney@est.tech>
test/common/testcase_common.sh

index 3f5970c..21b67e9 100755 (executable)
@@ -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