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