KubeDescribe implementation with verify into after-build/ scripts.

This commit is contained in:
Jay Vyas
2016-03-11 14:29:44 -05:00
parent a1fcccd8b5
commit 9a71dfe753
72 changed files with 160 additions and 121 deletions

View File

@@ -205,7 +205,7 @@ func getRestartDelay(c *client.Client, pod *api.Pod, ns string, name string, con
return 0, fmt.Errorf("timeout getting pod restart delay")
}
var _ = Describe("Pods", func() {
var _ = KubeDescribe("Pods", func() {
framework := NewDefaultFramework("pods")
It("should get a host IP [Conformance]", func() {