You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UPSTREAM: <carry>: Remove some unnecessary sig-network test skips
The ClusterDns and Firewall tests no longer exist.
The Topology Hints test was renamed (`[Feature:Topology Hints]` went
away when the feature became GA), and we already have a separate skip
rule for the new name.
The two service tests that were skipped because they require SSH got
rewritten at some point to use a HostNetwork pod instead.
"KubeProxy should set TCP CLOSE_WAIT timeout", // the test require communication to port 11302 in the cluster nodes
76
73
"should check kube-proxy urls", // previously this test was skipped b/c we reported -1 as the number of nodes, now we report proper number and test fails
77
74
"SSH", // TRIAGE
78
-
"should implement service.kubernetes.io/service-proxy-name", // this is an optional test that requires SSH. sig-network
79
75
"recreate nodes and ensure they function upon restart", // https://bugzilla.redhat.com/show_bug.cgi?id=1756428
"Services should implement service.kubernetes.io/headless", // requires SSH access to function, needs to be refactored
85
-
"ClusterDns [Feature:Example] should create pod that uses dns", // doesn't use bindata, not part of kube test binary
80
+
"Services should implement service.kubernetes.io/headless", // test is broken, https://issues.k8s.io/134321
81
+
86
82
"Simple pod should return command exit codes should handle in-cluster config", // kubectl cp doesn't work or is not preserving executable bit, we have this test already
87
83
88
84
// TODO(node): configure the cri handler for the runtime class to make this work
0 commit comments