Add [sig-network] prefix to network e2e tests

This commit is contained in:
xiangpengzhao
2017-07-24 17:43:54 +08:00
parent a6bfeef4fe
commit f2875794ec
10 changed files with 35 additions and 12 deletions

View File

@@ -286,7 +286,7 @@ func reverseArray(arr []string) []string {
return arr
}
var _ = framework.KubeDescribe("DNS", func() {
var _ = SIGDescribe("DNS", func() {
f := framework.NewDefaultFramework("dns")
It("should provide DNS for the cluster [Conformance]", func() {