diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-04-09 03:43:41 -0700 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-04-09 03:43:41 -0700 |
commit | 21c3b2eb7bf114e010bb70c6eb9602a8d9610646 (patch) | |
tree | 5355444f6e44ab2e487eedfbc3cabeafe6207024 /jjb/integration | |
parent | 69262952abb09404f096e44cca470bdad83f5eab (diff) |
Fix regression in netconf-pnp-simulator-verify.sh
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>
Diffstat (limited to 'jjb/integration')
-rw-r--r-- | jjb/integration/netconf-pnp-simulator-verify.sh | 2 |
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 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} ]; |