From: ebo Date: Wed, 8 Apr 2020 17:24:52 +0000 (+0100) Subject: Fix netconf-pnp-simulator-verify.sh to work with new log fmt X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=8fefa17358c0a2638bc79e55b15abfdf9b4dab66;p=ci-management.git Fix netconf-pnp-simulator-verify.sh to work with new log fmt The test is dependent on the log format, which was changed on version 2.8 Issue-ID: INT-1516 Change-Id: I7f361e5399c68a05a20cdd4002fedcc5b04e761e Signed-off-by: ebo --- diff --git a/jjb/integration/netconf-pnp-simulator-verify.sh b/jjb/integration/netconf-pnp-simulator-verify.sh index 28d2d1cef..6fb7b82ac 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 success:" "entered RUNNING state" ) +DOCKER_COMPOSE_LOG_MSG=( "INFO [supervisor] success:" "entered RUNNING state" ) DOCKER_COMPOSE_SLEEP_INTERVAL=60 if [ -z ${NETCONF_SIM_SERVICE_NAME} ];