summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2020-04-08 18:14:01 +0000
committerGerrit Code Review <gerrit@onap.org>2020-04-08 18:14:01 +0000
commit5b440317e6a0ff8f0f1895ff5572e030f43d774a (patch)
tree7f29e463a1cab7c87903bb9f939c4547eba90da5 /jjb
parente5bbbf353b1271a8e4ff8ff5dec972a293dec14b (diff)
parent8fefa17358c0a2638bc79e55b15abfdf9b4dab66 (diff)
Merge "Fix netconf-pnp-simulator-verify.sh to work with new log fmt"
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} ];