From 21c3b2eb7bf114e010bb70c6eb9602a8d9610646 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Thu, 9 Apr 2020 03:43:41 -0700 Subject: [PATCH] Fix regression in netconf-pnp-simulator-verify.sh Regression introduced in change I7f361e5399c68a05a20cdd4002fedcc5b04e761e This patch makes the verify script backward compatible with older netconf images. Change-Id: Ieefd9402ae9fbc83ff9b037f1507e95ea104aa22 Issue-ID: INT-1508 Signed-off-by: Bartek Grzybowski --- jjb/integration/netconf-pnp-simulator-verify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/integration/netconf-pnp-simulator-verify.sh b/jjb/integration/netconf-pnp-simulator-verify.sh index 6fb7b82ac..28e8ae3b6 100644 --- a/jjb/integration/netconf-pnp-simulator-verify.sh +++ b/jjb/integration/netconf-pnp-simulator-verify.sh @@ -22,7 +22,7 @@ echo "---> netconf-pnp-simulator-verify.sh" set -e # Exit with zero only if all commands succeed DOCKER_COMPOSE_LOG="/tmp/docker-compose.log" -DOCKER_COMPOSE_LOG_MSG=( "INFO [supervisor] success:" "entered RUNNING state" ) +DOCKER_COMPOSE_LOG_MSG=( "success:" "entered RUNNING state" ) DOCKER_COMPOSE_SLEEP_INTERVAL=60 if [ -z ${NETCONF_SIM_SERVICE_NAME} ]; -- 2.16.6