We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90b3168 + 22b8cd5 commit 34ae231Copy full SHA for 34ae231
test/e2e/network/kube_proxy.go
@@ -42,14 +42,14 @@ import (
42
43
var kubeProxyE2eImage = imageutils.GetE2EImage(imageutils.Agnhost)
44
45
-var _ = SIGDescribe("Network", func() {
+var _ = SIGDescribe("KubeProxy", func() {
46
const (
47
testDaemonHTTPPort = 11301
48
testDaemonTCPPort = 11302
49
postFinTimeoutSeconds = 30
50
)
51
52
- fr := framework.NewDefaultFramework("network")
+ fr := framework.NewDefaultFramework("kube-proxy")
53
54
ginkgo.It("should set TCP CLOSE_WAIT timeout [Privileged]", func() {
55
nodes, err := e2enode.GetBoundedReadySchedulableNodes(fr.ClientSet, 2)
0 commit comments