summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorebo <eliezio.oliveira@est.tech>2020-04-08 18:24:52 +0100
committerebo <eliezio.oliveira@est.tech>2020-04-08 18:25:30 +0100
commit8fefa17358c0a2638bc79e55b15abfdf9b4dab66 (patch)
tree8d4fee1b0abfe0ecaeda08fe757dae236b720b52 /jjb
parent2d969780104a22353b5eb2f8b6cb47638f21d331 (diff)
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 <eliezio.oliveira@est.tech>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/integration/netconf-pnp-simulator-verify.sh2
1 files changed, 1 insertions, 1 deletions
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} ];