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.
// tests that are known broken and need to be fixed upstream or in openshift
69
66
// always add an issue here
70
67
"Broken": {
71
-
"mount an API token into pods", // We add 6 secrets, not 1
72
-
"ServiceAccounts should ensure a single API token exists", // We create lots of secrets
73
-
"unchanging, static URL paths for kubernetes api services", // the test needs to exclude URLs that are not part of conformance (/logs)
74
-
"Services should be able to up and down services", // we don't have wget installed on nodes
75
-
"KubeProxy should set TCP CLOSE_WAIT timeout", // the test require communication to port 11302 in the cluster nodes
76
-
"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
-
"SSH", // TRIAGE
78
-
"should implement service.kubernetes.io/service-proxy-name", // this is an optional test that requires SSH. sig-network
79
-
"recreate nodes and ensure they function upon restart", // https://bugzilla.redhat.com/show_bug.cgi?id=1756428
"mount an API token into pods", // We add 6 secrets, not 1
69
+
"ServiceAccounts should ensure a single API token exists", // We create lots of secrets
70
+
"unchanging, static URL paths for kubernetes api services", // the test needs to exclude URLs that are not part of conformance (/logs)
71
+
"Services should be able to up and down services", // we don't have wget installed on nodes
72
+
"KubeProxy should set TCP CLOSE_WAIT timeout", // the test require communication to port 11302 in the cluster nodes
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
74
+
"SSH", // TRIAGE
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