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
+47-47
Original file line number
Diff line number
Diff line change
@@ -254,18 +254,28 @@ 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
+
274
+
// Don't run kube-dns
275
+
`kube-dns-autoscaler`,
276
+
277
+
// vSphere tests can be skipped generally
278
+
`vsphere`,
269
279
270
280
// Depends on external components, may not need yet
271
281
`Monitoring`, // Not installed, should be
@@ -275,78 +285,67 @@ var (
275
285
`kube-ui`, // Not installed by default
276
286
`^Kubernetes Dashboard`, // Not installed by default (also probably slow image pull)
277
287
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
288
+
`Ingress`, // Not enabled yet
289
+
`Cinder`, // requires an OpenStack cluster
285
290
286
291
// 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.
292
+
`Ceph RBD`, // Works if ceph-common Binary installed (but we can't guarantee this on all clusters).
293
+
`GlusterFS`, // May work if /sbin/mount.glusterfs to be installed for plugin to work (also possibly blocked by serial pulling)
290
294
291
-
// Failing because of https://github.com/openshift/origin/issues/12365 against a real cluster
292
-
//`should allow starting 95 pods per node`,
295
+
`NetworkPolicy between server and client should allow egress access on one named port`, // not yet implemented
293
296
294
297
// 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)
298
+
`Horizontal pod autoscaling`, // needs heapster
299
+
`mount an API token into pods`, // We add 6 secrets, not 1
300
+
`ServiceAccounts should ensure a single API token exists`, // We create lots of secrets
301
+
`should test kube-proxy`, // needs 2 nodes
302
+
`authentication: OpenLDAP`, // needs separate setup and bucketing for openldap bootstrapping
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)
305
+
"PersistentVolumes NFS when invoking the Recycle reclaim policy", // failing for some reason
306
+
`should propagate mounts to the host`, // https://github.com/openshift/origin/issues/18931
307
+
`AdmissionWebhook`, // needs to be enabled
308
+
`Advanced Audit should audit API calls`, // expects to be able to call /logs
309
+
`Simple pod should handle in-cluster config`, // kubectl cp is not preserving executable bit
310
+
`Services should be able to up and down services`, // we don't have wget installed on nodes
311
+
`Network should set TCP CLOSE_WAIT timeout`, // possibly some difference between ubuntu and fedora
312
+
`should allow ingress access on one named port`, // broken even with network policy on
0 commit comments