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
+51-47
Original file line number
Diff line number
Diff line change
@@ -254,18 +254,32 @@ var (
254
254
`\[Flaky\]`,
255
255
`\[Disruptive\]`,
256
256
`\[local\]`,
257
-
258
-
// not enabled in Origin yet
259
-
//`\[Feature:GarbageCollector\]`,
257
+
`\[Local\]`,
260
258
261
259
// Doesn't work on scaled up clusters
262
260
`\[Feature:ImagePrune\]`,
263
261
// Quota isn't turned on by default, we should do that and then reenable these tests
264
262
`\[Feature:ImageQuota\]`,
265
-
// Currently disabled by default
266
-
`\[Feature:Initializers\]`,
267
263
// Needs special configuration
268
264
`\[Feature:Audit\]`,
265
+
// has cleanup issues
266
+
`\[Feature:Example\]`,
267
+
// admission controller disabled
268
+
`\[Feature:Initializers\]`,
269
+
// openshift-sdn doesn't support yet
270
+
`\[Feature:Networking-IPv6\]`,
271
+
// disable from the default set for now
272
+
`\[sig-scalability\]`,
273
+
// relies on a separate daemonset?
274
+
`\[Feature:LocalStorageCapacityIsolation\]`,
275
+
// flag gate is off
276
+
`\[Feature:LocalPersistentVolumes\]`,
277
+
278
+
// Don't run kube-dns
279
+
`kube-dns-autoscaler`,
280
+
281
+
// vSphere tests can be skipped generally
282
+
`vsphere`,
269
283
270
284
// Depends on external components, may not need yet
271
285
`Monitoring`, // Not installed, should be
@@ -275,78 +289,67 @@ var (
275
289
`kube-ui`, // Not installed by default
276
290
`^Kubernetes Dashboard`, // Not installed by default (also probably slow image pull)
277
291
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
292
+
`Ingress`, // Not enabled yet
293
+
`Cinder`, // requires an OpenStack cluster
285
294
286
295
// 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.
296
+
`Ceph RBD`, // Works if ceph-common Binary installed (but we can't guarantee this on all clusters).
297
+
`GlusterFS`, // May work if /sbin/mount.glusterfs to be installed for plugin to work (also possibly blocked by serial pulling)
290
298
291
-
// Failing because of https://github.com/openshift/origin/issues/12365 against a real cluster
292
-
//`should allow starting 95 pods per node`,
299
+
`NetworkPolicy between server and client should allow egress access on one named port`, // not yet implemented
293
300
294
301
// Need fixing
295
-
`Horizontal pod autoscaling`, // needs heapster
296
-
//`PersistentVolume`, // https://github.com/openshift/origin/pull/6884 for recycler
297
-
`mount an API token into pods`, // We add 6 secrets, not 1
298
-
`ServiceAccounts should ensure a single API token exists`, // We create lots of secrets
299
-
`should test kube-proxy`, // needs 2 nodes
300
-
`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
303
-
`NodeProblemDetector`, // requires a non-master node to run on
304
-
//`unchanging, static URL paths for kubernetes api services`, // the test needs to exclude URLs that are not part of conformance (/logs)
302
+
`Horizontal pod autoscaling`, // needs heapster
303
+
`mount an API token into pods`, // We add 6 secrets, not 1
304
+
`ServiceAccounts should ensure a single API token exists`, // We create lots of secrets
305
+
`should test kube-proxy`, // needs 2 nodes
306
+
`authentication: OpenLDAP`, // needs separate setup and bucketing for openldap bootstrapping
307
+
`NodeProblemDetector`, // requires a non-master node to run on
308
+
`unchanging, static URL paths for kubernetes api services`, // the test needs to exclude URLs that are not part of conformance (/logs)
309
+
"PersistentVolumes NFS when invoking the Recycle reclaim policy", // failing for some reason
310
+
`should propagate mounts to the host`, // https://github.com/openshift/origin/issues/18931
311
+
`AdmissionWebhook`, // needs to be enabled
312
+
`Advanced Audit should audit API calls`, // expects to be able to call /logs
313
+
`Simple pod should handle in-cluster config`, // kubectl cp is not preserving executable bit
314
+
`Services should be able to up and down services`, // we don't have wget installed on nodes
315
+
`Network should set TCP CLOSE_WAIT timeout`, // possibly some difference between ubuntu and fedora
316
+
`should allow ingress access on one named port`, // broken even with network policy on
0 commit comments