From: Juha Kosonen Date: Tue, 25 Jun 2019 05:22:04 +0000 (+0000) Subject: Merge "Fix Sonobuoy test execution completion waiting" X-Git-Tag: 2.0.0~70 X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=validation.git;a=commitdiff_plain;h=4e2bd9020647e9bdff04e0541c53d2edf73c93ac;hp=89382070b0a5cb7131e3e2a31fb046769db5d476 Merge "Fix Sonobuoy test execution completion waiting" --- diff --git a/tests/k8s/conformance/conformance.robot b/tests/k8s/conformance/conformance.robot index 5fa1127..644b1ed 100644 --- a/tests/k8s/conformance/conformance.robot +++ b/tests/k8s/conformance/conformance.robot @@ -36,7 +36,7 @@ Run Sonobuoy Conformance Test Append To File ${LOG} ${output}${\n} # Wait until the test finishes execution - Run until sonobuoy status | grep "Sonobuoy has completed"; do sleep 120; done + Run while sonobuoy status | grep "Sonobuoy is still running"; do sleep 120; done Append To File ${LOG} "Sonobuoy has completed"${\n} # Get the result and store the sonobuoy logs