Fix regression in netconf-pnp-simulator-verify.sh 45/105645/1
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>
Thu, 9 Apr 2020 10:43:41 +0000 (03:43 -0700)
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>
Thu, 9 Apr 2020 10:43:41 +0000 (03:43 -0700)
Regression introduced in change
I7f361e5399c68a05a20cdd4002fedcc5b04e761e

This patch makes the verify script backward compatible
with older netconf images.

Change-Id: Ieefd9402ae9fbc83ff9b037f1507e95ea104aa22
Issue-ID: INT-1508
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
jjb/integration/netconf-pnp-simulator-verify.sh

index 6fb7b82..28e8ae3 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  [supervisor] success:" "entered RUNNING state" )
+DOCKER_COMPOSE_LOG_MSG=( "success:" "entered RUNNING state" )
 DOCKER_COMPOSE_SLEEP_INTERVAL=60
 
 if [ -z ${NETCONF_SIM_SERVICE_NAME} ];