X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=validation.git;a=blobdiff_plain;f=tests%2Fk8s%2Fconformance%2Fconformance.robot;h=6f9096cdfbee63c224496a84e727fe0c86152064;hp=644b1edc65110e8571d965280ee5a9772a84e91c;hb=dda7dca2c875008b67a5af805912ffc8966ad343;hpb=af56fc5c4d0797e35a23dad8a00bdfe9d78e05ad diff --git a/tests/k8s/conformance/conformance.robot b/tests/k8s/conformance/conformance.robot index 644b1ed..6f9096c 100644 --- a/tests/k8s/conformance/conformance.robot +++ b/tests/k8s/conformance/conformance.robot @@ -30,13 +30,13 @@ ${LOG} ${LOG_PATH}${/}${SUITE_NAME.replace(' ','_')}.log Run Sonobuoy Conformance Test # Start the test Run kubectl apply -f ${CURDIR}${/}sonobuoy.yaml - Sleep 5s + Sleep 10s ${rc} ${output}= Run And Return Rc And Output ... kubectl describe pod/sonobuoy -n heptio-sonobuoy Append To File ${LOG} ${output}${\n} # Wait until the test finishes execution - Run while sonobuoy status | grep "Sonobuoy is still running"; do sleep 120; done + Run while sonobuoy status | grep "Sonobuoy is still running"; do sleep 180; done Append To File ${LOG} "Sonobuoy has completed"${\n} # Get the result and store the sonobuoy logs