Revert "e2e test for node out of disk conditions"

This commit is contained in:
Marcin Wielgus
2015-11-19 14:06:12 +01:00
parent 7c660bc240
commit feb439c67c
7 changed files with 41 additions and 286 deletions

View File

@@ -145,7 +145,7 @@ var _ = Describe("Networking", func() {
// previous tests may have cause failures of some nodes. Let's skip
// 'Not Ready' nodes, just in case (there is no need to fail the test).
filterNodes(nodes, func(node api.Node) bool {
return isNodeConditionSetAsExpected(&node, api.NodeReady, true)
return isNodeReadySetAsExpected(&node, true)
})
if len(nodes.Items) == 0 {