Merge "Node validation should wait for node to be ready"

This commit is contained in:
Scott Hussey 2018-04-28 21:44:27 +00:00 committed by Gerrit Code Review
commit 37906384fd
1 changed files with 1 additions and 0 deletions

View File

@ -242,6 +242,7 @@ spec:
...
EOPOD
wait_for_node_ready $NODE 300
wait_for_pod_termination $NAMESPACE $POD_NAME
ACTUAL_LOGS=$(kubectl --namespace $NAMESPACE logs $POD_NAME)
if [ "x$ACTUAL_LOGS" != "xEXPECTED RESULT" ]; then