From: Bartek Grzybowski Date: Thu, 9 Apr 2020 10:43:41 +0000 (-0700) Subject: Fix regression in netconf-pnp-simulator-verify.sh X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F45%2F105645%2F1;p=ci-management.git 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 --- 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} ];