Skip to content

Commit 22b8cd5

Browse files
author
Christopher M. Luciano
committed
proxy: label kube_proxy test with more unique label
The kube_proxy SIGDescribe previously only had Network in the title and made it more difficult to select just the test cases in the kube_proxy file and would end up running anything with Network in the text area of SIGDescribe e2e tests. Signed-off-by: Christopher M. Luciano <[email protected]>
1 parent 0ef3707 commit 22b8cd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/network/kube_proxy.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ import (
4242

4343
var kubeProxyE2eImage = imageutils.GetE2EImage(imageutils.Agnhost)
4444

45-
var _ = SIGDescribe("Network", func() {
45+
var _ = SIGDescribe("KubeProxy", func() {
4646
const (
4747
testDaemonHTTPPort = 11301
4848
testDaemonTCPPort = 11302
4949
postFinTimeoutSeconds = 30
5050
)
5151

52-
fr := framework.NewDefaultFramework("network")
52+
fr := framework.NewDefaultFramework("kube-proxy")
5353

5454
ginkgo.It("should set TCP CLOSE_WAIT timeout [Privileged]", func() {
5555
nodes, err := e2enode.GetBoundedReadySchedulableNodes(fr.ClientSet, 2)

0 commit comments

Comments
 (0)