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
`\[Feature:LocalPersistentVolumes\]`, // flag gate is off
275
+
`\[Feature:PodPreemption\]`, // flag gate is off
276
+
`AdmissionWebhook`, // needs to be enabled
277
+
},
278
+
// tests for features that are not implemented in openshift
279
+
"[Disabled:Unimplemented]": {
280
+
`\[Feature:Networking-IPv6\]`, // openshift-sdn doesn't support yet
281
+
`Monitoring`, // Not installed, should be
282
+
`Cluster level logging`, // Not installed yet
283
+
`Kibana`, // Not installed
284
+
`Ubernetes`, // Can't set zone labels today
285
+
`kube-ui`, // Not installed by default
286
+
`^Kubernetes Dashboard`, // Not installed by default (also probably slow image pull)
287
+
`Ingress`, // Not enabled yet
288
+
289
+
`NetworkPolicy between server and client should allow egress access on one named port`, // not yet implemented
290
+
291
+
`should proxy to cadvisor`, // we don't expose cAdvisor port directly for security reasons
292
+
},
293
+
// tests that rely on special configuration that we do not yet support
294
+
"[Disabled:SpecialConfig]": {
295
+
`\[Feature:ImageQuota\]`, // Quota isn't turned on by default, we should do that and then reenable these tests
296
+
`\[Feature:Audit\]`, // Needs special configuration
297
+
`\[Feature:LocalStorageCapacityIsolation\]`, // relies on a separate daemonset?
298
+
299
+
`kube-dns-autoscaler`, // Don't run kube-dns
300
+
`should check if Kubernetes master services is included in cluster-info`, // Don't run kube-dns
301
+
`DNS configMap`, // this tests dns federation configuration via configmap, which we don't support yet
302
+
303
+
// vSphere tests can be skipped generally
304
+
`vsphere`,
305
+
`Cinder`, // requires an OpenStack cluster
306
+
// See the CanSupport implementation in upstream to determine wether these work.
307
+
`Ceph RBD`, // Works if ceph-common Binary installed (but we can't guarantee this on all clusters).
308
+
`GlusterFS`, // May work if /sbin/mount.glusterfs to be installed for plugin to work (also possibly blocked by serial pulling)
309
+
`Horizontal pod autoscaling`, // needs heapster
310
+
`authentication: OpenLDAP`, // needs separate setup and bucketing for openldap bootstrapping
311
+
`NodeProblemDetector`, // requires a non-master node to run on
312
+
`Advanced Audit should audit API calls`, // expects to be able to call /logs
313
+
314
+
`Metadata Concealment`, // TODO: would be good to use
315
+
316
+
`Firewall rule should have correct firewall rules for e2e cluster`, // Upstream-install specific
317
+
},
318
+
// tests that are known broken and need to be fixed upstream or in openshift
319
+
// always add an issue here
320
+
"[Disabled:Broken]": {
321
+
`\[Feature:Example\]`, // has cleanup issues
322
+
`mount an API token into pods`, // We add 6 secrets, not 1
323
+
`ServiceAccounts should ensure a single API token exists`, // We create lots of secrets
324
+
`should test kube-proxy`, // needs 2 nodes
325
+
`unchanging, static URL paths for kubernetes api services`, // the test needs to exclude URLs that are not part of conformance (/logs)
326
+
"PersistentVolumes NFS when invoking the Recycle reclaim policy", // failing for some reason
327
+
`should propagate mounts to the host`, // https://github.com/openshift/origin/issues/18931
328
+
`Simple pod should handle in-cluster config`, // kubectl cp is not preserving executable bit
329
+
`Services should be able to up and down services`, // we don't have wget installed on nodes
330
+
`Network should set TCP CLOSE_WAIT timeout`, // possibly some difference between ubuntu and fedora
331
+
`should allow ingress access on one named port`, // broken even with network policy on
332
+
333
+
`validates that there is no conflict between pods with same hostPort but different hostIP and protocol`, // https://github.com/kubernetes/kubernetes/issues/61018
334
+
335
+
`SSH`, // TRIAGE
336
+
`SELinux relabeling`, // https://github.com/openshift/origin/issues/7287 still broken
337
+
`Volumes CephFS`, // permission denied, selinux?
338
+
339
+
`should idle the service and DeploymentConfig properly`, // idling with a single service and DeploymentConfig [Conformance]
340
+
},
341
+
// tests too slow to be part of conformance
342
+
"[Slow]": {
343
+
`\[sig-scalability\]`, // disable from the default set for now
344
+
`should create and stop a working application`, // Inordinately slow tests
345
+
346
+
`should ensure that critical pod is scheduled in case there is no resources available`, // should be tagged disruptive, consumes 100% of cluster CPU
347
+
348
+
"Pod should avoid to schedule to node that have avoidPod annotation",
349
+
"Pod should be schedule to node that satisify the PodAffinity",
350
+
"Pod should be prefer scheduled to node that satisify the NodeAffinity",
351
+
"Pod should be schedule to node that don't match the PodAntiAffinity terms", // 2m
352
+
353
+
"validates that there exists conflict between pods with same hostPort and protocol but one using 0.0.0.0 hostIP", // 5m, really?
354
+
},
355
+
// tests that are known flaky
356
+
"[Flaky]": {
357
+
`Job should run a job to completion when tasks sometimes fail and are not locally restarted`, // seems flaky, also may require too many resources
358
+
`openshift mongodb replication creating from a template`, // flaking on deployment
`Clean up pods on node`, // schedules up to max pods per node
369
+
`should allow starting 95 pods per node`,
370
+
},
371
+
}
372
+
251
373
excludedTests= []string{
374
+
`\[Disabled:.+\]`,
252
375
`\[Skipped\]`,
253
376
`\[Slow\]`,
254
377
`\[Flaky\]`,
255
378
`\[Disruptive\]`,
256
379
`\[local\]`,
257
-
258
-
// not enabled in Origin yet
259
-
//`\[Feature:GarbageCollector\]`,
260
-
261
-
// Doesn't work on scaled up clusters
262
-
`\[Feature:ImagePrune\]`,
263
-
// Quota isn't turned on by default, we should do that and then reenable these tests
264
-
`\[Feature:ImageQuota\]`,
265
-
// Currently disabled by default
266
-
`\[Feature:Initializers\]`,
267
-
// Needs special configuration
268
-
`\[Feature:Audit\]`,
269
-
270
-
// Depends on external components, may not need yet
271
-
`Monitoring`, // Not installed, should be
272
-
`Cluster level logging`, // Not installed yet
273
-
`Kibana`, // Not installed
274
-
`Ubernetes`, // Can't set zone labels today
275
-
`kube-ui`, // Not installed by default
276
-
`^Kubernetes Dashboard`, // Not installed by default (also probably slow image pull)
277
-
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
285
-
286
-
// 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
-
291
-
// Failing because of https://github.com/openshift/origin/issues/12365 against a real cluster
292
-
//`should allow starting 95 pods per node`,
293
-
294
-
// 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)
0 commit comments