diff options
author | Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> | 2020-11-23 14:22:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-11-23 14:22:07 +0000 |
commit | c59030e22b43f733933ac213701926fb16326416 (patch) | |
tree | 906fabf54c2e9193ab055dd5b5af41ebbd2cc71b /plans | |
parent | 2880525c458856b1a524c0d8f6b61cea0fc1066f (diff) | |
parent | 06b02fd40ab6267ae457758985d962f7db0e9444 (diff) |
Merge "Archive results under plan-specific directory"
Diffstat (limited to 'plans')
-rw-r--r-- | plans/ccsdk/healthcheck/setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plans/ccsdk/healthcheck/setup.sh b/plans/ccsdk/healthcheck/setup.sh index 6a3841ec..2a5ef4db 100644 --- a/plans/ccsdk/healthcheck/setup.sh +++ b/plans/ccsdk/healthcheck/setup.sh @@ -64,7 +64,7 @@ docker exec ccsdk_odlsli_container cat /opt/opendaylight/data/log/karaf.log | gr break; fi - echo Sleep: $INTERVAL seconds before testing if CCSDK is up. Total wait time up now is: $TIME seconds. Timeout is: $TIME_OUT seconds + echo Sleep $INTERVAL seconds before testing if CCSDK is up. Total wait time up until now is $TIME seconds. Timeout is $TIME_OUT seconds sleep $INTERVAL TIME=$(($TIME+$INTERVAL)) done |