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
+28-25
Original file line number
Diff line number
Diff line change
@@ -240,12 +240,9 @@ var (
240
240
`\[Skipped\]`,
241
241
`\[Slow\]`,
242
242
`\[Flaky\]`,
243
-
`\[Compatibility\]`,
244
-
245
-
`\[Feature:Performance\]`,
246
243
247
244
// not enabled in Origin yet
248
-
`\[Feature:GarbageCollector\]`,
245
+
//`\[Feature:GarbageCollector\]`,
249
246
250
247
// Depends on external components, may not need yet
251
248
`Monitoring`, // Not installed, should be
@@ -261,52 +258,52 @@ var (
261
258
`Cinder`, // requires an OpenStack cluster
262
259
`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.
263
260
`should check that the kubernetes-dashboard instance is alive`, // we don't create this
264
-
`\[Feature:ManualPerformance\]`, // requires /resetMetrics which we don't expose
261
+
// `\[Feature:ManualPerformance\]`, // requires /resetMetrics which we don't expose
265
262
266
263
// See the CanSupport implementation in upstream to determine wether these work.
267
264
`Ceph RBD`, // Works if ceph-common Binary installed (but we can't guarantee this on all clusters).
268
265
`GlusterFS`, // May work if /sbin/mount.glusterfs to be installed for plugin to work (also possibly blocked by serial pulling)
269
266
`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.
270
267
271
268
// Failing because of https://github.com/openshift/origin/issues/12365 against a real cluster
272
-
`should allow starting 95 pods per node`,
269
+
//`should allow starting 95 pods per node`,
273
270
274
271
// Need fixing
275
-
`Horizontal pod autoscaling`, // needs heapster
276
-
`PersistentVolume`, // https://github.com/openshift/origin/pull/6884 for recycler
272
+
`Horizontal pod autoscaling`, // needs heapster
273
+
//`PersistentVolume`, // https://github.com/openshift/origin/pull/6884 for recycler
277
274
`mount an API token into pods`, // We add 6 secrets, not 1
278
275
`ServiceAccounts should ensure a single API token exists`, // We create lots of secrets
279
276
`Networking should function for intra-pod`, // Needs two nodes, add equiv test for 1 node, then use networking suite
280
277
`should test kube-proxy`, // needs 2 nodes
281
278
`authentication: OpenLDAP`, // needs separate setup and bucketing for openldap bootstrapping
282
279
`NFS`, // no permissions https://github.com/openshift/origin/pull/6884
283
-
`\[Feature:Example\]`, // may need to pre-pull images
284
-
`NodeProblemDetector`, // requires a non-master node to run on
285
-
`unchanging, static URL paths for kubernetes api services`, // the test needs to exclude URLs that are not part of conformance (/logs)
280
+
`\[Feature:Example\]`, // has cleanup issues
281
+
`NodeProblemDetector`, // requires a non-master node to run on
282
+
//`unchanging, static URL paths for kubernetes api services`, // the test needs to exclude URLs that are not part of conformance (/logs)
286
283
287
284
// Needs triage to determine why it is failing
288
285
`Addon update`, // TRIAGE
289
286
`SSH`, // TRIAGE
290
-
`\[Feature:Upgrade\]`, // TRIAGE
291
-
`SELinux relabeling`, // started failing
292
-
`openshift mongodb replication creating from a template`, // flaking on deployment
293
-
`Update Demo should do a rolling update of a replication controller`, // this is flaky and needs triaging
0 commit comments