Skip to content

Commit 9147abd

Browse files
committed
e2e: add kops validate step to metal test
The cluster should be considered healthy by kOps at this point.
1 parent bd2a42c commit 9147abd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/e2e/scenarios/bare-metal/run-test

+2
Original file line numberDiff line numberDiff line change
@@ -215,5 +215,7 @@ sleep 30
215215
kubectl get nodes
216216
kubectl get pods -A
217217

218+
# Ensure the cluster passes validation
219+
${KOPS} validate cluster metal.k8s.local --wait=10m
218220

219221
echo "Test successful"

0 commit comments

Comments
 (0)