kubernetes/test/e2e/framework/node/init
Patrick Ohly 7d077f9271 e2e: move AllNodesReady check to DeferCleanup
Some test cases can make nodes not ready and use DeferCleanup to bring
nodes back online. Checking if all nodes are online would fail
in such cases as AfterEach runs before DeferCleanup.

Scheduling nodes readines check to DeferCleanup should solve this
issue as nodes would be brought back to a `Ready` state before the
check.
2023-10-17 16:45:57 +03:00
..
init.go e2e: move AllNodesReady check to DeferCleanup 2023-10-17 16:45:57 +03:00