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
// in practice too many kube tests ignore scheduling constraints
244
+
allowAllNodeScheduling(c, ns.Name)
242
245
}
243
246
244
247
// some tests assume they can schedule to all nodes
@@ -264,10 +267,18 @@ var (
264
267
`\[Feature:ImagePrune\]`,
265
268
// Quota isn't turned on by default, we should do that and then reenable these tests
266
269
`\[Feature:ImageQuota\]`,
267
-
// Currently disabled by default
268
-
`\[Feature:Initializers\]`,
269
270
// Needs special configuration
270
271
`\[Feature:Audit\]`,
272
+
// has cleanup issues
273
+
`\[Feature:Example\]`,
274
+
275
+
// May be too expensive
276
+
// `\[Feature:ManualPerformance\]`,
277
+
// Don't run kube-dns
278
+
`kube-dns-autoscaler`,
279
+
280
+
// vSphere tests can be skipped generally
281
+
`vsphere`,
271
282
272
283
// Depends on external components, may not need yet
273
284
`Monitoring`, // Not installed, should be
@@ -277,18 +288,13 @@ var (
277
288
`kube-ui`, // Not installed by default
278
289
`^Kubernetes Dashboard`, // Not installed by default (also probably slow image pull)
279
290
280
-
`\[Feature:Federation\]`, // Not enabled yet
281
-
`\[Feature:Federation12\]`, // Not enabled yet
282
-
`Ingress`, // Not enabled yet
283
-
`Cinder`, // requires an OpenStack cluster
284
-
`should support r/w`, // hostPath: This test expects that host's tmp dir is WRITABLE by a container. That isn't something we need to guarantee for openshift.
285
-
`should check that the kubernetes-dashboard instance is alive`, // we don't create this
286
-
// `\[Feature:ManualPerformance\]`, // requires /resetMetrics which we don't expose
291
+
`Ingress`, // Not enabled yet
292
+
`Cinder`, // requires an OpenStack cluster
287
293
288
294
// See the CanSupport implementation in upstream to determine wether these work.
289
-
`Ceph RBD`, // Works if ceph-common Binary installed (but we can't guarantee this on all clusters).
290
-
`GlusterFS`, // May work if /sbin/mount.glusterfs to be installed for plugin to work (also possibly blocked by serial pulling)
291
-
`should support r/w`, // hostPath: This test expects that host's tmp dir is WRITABLE by a container. That isn't something we need to guarantee for openshift.
295
+
`Ceph RBD`, // Works if ceph-common Binary installed (but we can't guarantee this on all clusters).
296
+
`GlusterFS`, // May work if /sbin/mount.glusterfs to be installed for plugin to work (also possibly blocked by serial pulling)
297
+
// `should support r/w`, // hostPath: This test expects that host's tmp dir is WRITABLE by a container. That isn't something we need to guarantee for openshift.
292
298
293
299
// Failing because of https://github.com/openshift/origin/issues/12365 against a real cluster
294
300
//`should allow starting 95 pods per node`,
@@ -300,16 +306,13 @@ var (
300
306
`ServiceAccounts should ensure a single API token exists`, // We create lots of secrets
301
307
`should test kube-proxy`, // needs 2 nodes
302
308
`authentication: OpenLDAP`, // needs separate setup and bucketing for openldap bootstrapping
303
-
`NFS`, // no permissions https://github.com/openshift/origin/pull/6884
304
-
`\[Feature:Example\]`, // has cleanup issues
309
+
// `NFS`, // no permissions https://github.com/openshift/origin/pull/6884
305
310
`NodeProblemDetector`, // requires a non-master node to run on
306
311
//`unchanging, static URL paths for kubernetes api services`, // the test needs to exclude URLs that are not part of conformance (/logs)
0 commit comments