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

@@ -249,7 +249,7 @@ func createServiceSpec(serviceName string, isHeadless bool, selector map[string]
return headlessService
}
var _ = Describe("DNS", func() {
var _ = KubeDescribe("DNS", func() {
f := NewDefaultFramework("dns")
It("should provide DNS for the cluster [Conformance]", func() {