Merge "Fix netconf-pnp-simulator-verify.sh to work with new log fmt"
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 8 Apr 2020 18:14:01 +0000 (18:14 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 8 Apr 2020 18:14:01 +0000 (18:14 +0000)
jjb/integration/netconf-pnp-simulator-verify.sh

index 28d2d1c..6fb7b82 100644 (file)
@@ -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} ];