Fix PodAffinity test

This commit is contained in:
Wojciech Tyczynski 2016-08-05 12:28:05 +02:00
parent 34e51d8ce9
commit 7eb52e48d9

View File

@ -1031,7 +1031,7 @@ var _ = framework.KubeDescribe("SchedulerPredicates [Serial]", func() {
framework.Logf("Sleeping 10 seconds and crossing our fingers that scheduler will run in that time.")
time.Sleep(10 * time.Second)
verifyResult(c, labelPodName, 1, 0, ns)
verifyResult(c, labelPodName, 2, 0, ns)
})
// test the pod affinity successful matching scenario with multiple Label Operators.