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

@@ -38,7 +38,7 @@ connections from one of the clients. The test then asserts that the clients
failed or succesfully connected as expected.
*/
var _ = framework.KubeDescribe("NetworkPolicy", func() {
var _ = SIGDescribe("NetworkPolicy", func() {
f := framework.NewDefaultFramework("network-policy")
It("should support a 'default-deny' policy [Feature:NetworkPolicy]", func() {