From 8fefa17358c0a2638bc79e55b15abfdf9b4dab66 Mon Sep 17 00:00:00 2001 From: ebo Date: Wed, 8 Apr 2020 18:24:52 +0100 Subject: [PATCH] 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 --- 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 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} ]; -- 2.16.6