Merge pull request #25261 from jayunit100/readySched
Support GetReadySchedulable pods for all node selecting tests.
This commit is contained in:
@@ -83,7 +83,7 @@ var _ = framework.KubeDescribe("Load capacity", func() {
|
||||
c = f.Client
|
||||
|
||||
ns = f.Namespace.Name
|
||||
nodes := framework.ListSchedulableNodesOrDie(c)
|
||||
nodes := framework.GetReadySchedulableNodesOrDie(c)
|
||||
nodeCount = len(nodes.Items)
|
||||
Expect(nodeCount).NotTo(BeZero())
|
||||
|
||||
|
Reference in New Issue
Block a user