Update kubectl test to include changes to rolling update

pull/6/head
Isaac Hollander McCreery 2015-06-23 09:36:29 -07:00
parent e55654f0bf
commit 6de8032113
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ var _ = Describe("Kubectl client", func() {
By("rolling-update to new replication controller")
runKubectl("rolling-update", "update-demo-nautilus", "--update-period=1s", "-f", kittenPath, fmt.Sprintf("--namespace=%v", ns))
// TODO: revisit the expected replicas once #9645 is resolved
validateController(c, kittenImage, 1, "update-demo", updateDemoSelector, getUDData("kitten.jpg", ns), ns)
validateController(c, kittenImage, 4, "update-demo", updateDemoSelector, getUDData("kitten.jpg", ns), ns)
// Everything will hopefully be cleaned up when the namespace is deleted.
})
})