Add an e2e image puller static pod

This commit is contained in:
Prashanth B
2016-05-18 02:16:32 +00:00
parent 4215fe57a5
commit 730555b09b
13 changed files with 172 additions and 19 deletions

View File

@@ -69,7 +69,7 @@ var _ = framework.KubeDescribe("Mesos", func() {
const ns = "static-pods"
numpods := int32(len(nodelist.Items))
framework.ExpectNoError(framework.WaitForPodsRunningReady(ns, numpods, wait.ForeverTestTimeout),
framework.ExpectNoError(framework.WaitForPodsRunningReady(ns, numpods, wait.ForeverTestTimeout, map[string]string{}),
fmt.Sprintf("number of static pods in namespace %s is %d", ns, numpods))
})