origin
origin copied to clipboard
Conformance test suite for OpenShift
Follow up to https://github.com/openshift/origin/pull/28777 This drops the exceptions that should be fixed by: https://github.com/openshift/cluster-storage-operator/pull/470 https://github.com/openshift/vmware-vsphere-csi-driver-operator/pull/231 https://github.com/openshift/ibm-vpc-block-csi-driver-operator/pull/114 I'm hoping the presubmit jobs will tell us that they really are fixed. /cc...
This is an automated cherry-pick of #28312 /assign qinqon
This is an automated cherry-pick of #28739 /assign prb112 /cherrypick release-4.15
The tests cover the following cases: * Apply every collection profile, and check if the expected `ServiceMonitor`s are available. * CMO configuration reconciliation after a collection profile is applied is...
In certain environments, it can take 3 minutes to download the agnhost image from quay.io. Bump the timeout to 5 minutes to accommodate such slow environments.
demonstrate how to take ownership of a set-list. /hold
Stabalize the `TestBackendSampler_checkConnection` so that it works without an internet connection.
Rebase of https://github.com/openshift/origin/pull/28671 on master
Managed service pods are setting hard limits, instead of requests, contrary to OCP conventions. Ref: https://github.com/openshift/enhancements/blob/master/CONVENTIONS.md#resources-and-limits [OSD-21708](https://issues.redhat.com//browse/OSD-21708) tracks fixing these pods, meanwhile add exceptions so the test passes.