From 06b02fd40ab6267ae457758985d962f7db0e9444 Mon Sep 17 00:00:00 2001 From: Lasse Kaihlavirta Date: Fri, 20 Nov 2020 14:21:27 +0200 Subject: Archive results under plan-specific directory - store the results of the execution under plan-specific folder under archives instead of directly under it to support multiple plan executions in one run - trivial output changes to CCSDK healthcheck to trigger it to verify this change - note that this verification shall not pass until https://gerrit.onap.org/r/c/ci-management/+/115175 is merged! Issue-ID: INT-1786 Signed-off-by: Lasse Kaihlavirta Change-Id: I7fbdd38312bcc13409065957fdb1b01712ac8abc --- plans/ccsdk/healthcheck/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plans/ccsdk/healthcheck') 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 -- cgit 1.2.3-korg