X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Fnetconf-pnp-simulator-verify.sh;h=28e8ae3b694bc1a2f2f4321f3132d21abd36f703;hb=19f07ea4d635f43f49aac2fae55864244cfefbf7;hp=6fb7b82acbb41fd25802aa65601b136133f83ae5;hpb=69262952abb09404f096e44cca470bdad83f5eab;p=ci-management.git diff --git a/jjb/integration/netconf-pnp-simulator-verify.sh b/jjb/integration/netconf-pnp-simulator-verify.sh index 6fb7b82ac..28e8ae3b6 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 [supervisor] success:" "entered RUNNING state" ) +DOCKER_COMPOSE_LOG_MSG=( "success:" "entered RUNNING state" ) DOCKER_COMPOSE_SLEEP_INTERVAL=60 if [ -z ${NETCONF_SIM_SERVICE_NAME} ];