origin icon indicating copy to clipboard operation
origin copied to clipboard

Conformance test suite for OpenShift

Results 577 origin issues
Sort by recently updated
recently updated
newest added

Adding a test case for the bond-cni. The test checks if a pod with a bond is created successfully, and then checks connectivity between two pods with bond interfaces.

lgtm
vendor-update

/hold ## alerts Information There were (165) added jobs and (30) were removed. ### Comparisons were above allowed leeway of `1m0s` Note: alerts had `4` jobs increased and `86` jobs...

approved
lgtm
do-not-merge/hold

This is an automated cherry-pick of #27390 /assign tssurya

approved
lgtm
bugzilla/valid-bug
jira/valid-bug
jira/severity-important

Skip sig-imageregistry tests if image.openshift.io API is not registered.

Fixes `[sig-apps][Feature:Jobs] Users should be able to create and run a job in a user project [Skipped:Disconnected] [Suite:openshift/conformance/parallel]` to also run in MicroShift.

Every now and then we get catastrophic runs where hundreds of tests fail with this error: ``` error: stat /tmp/kubeconfig-2448219175: no such file or directory ``` Example run at [1]....

approved
do-not-merge/work-in-progress

`getDiscoveryClient()` does not checks whether a cluster is reachable. One needs to e.g. check cluster version to verify the connection with the cluster. A.k.a allow dry-run to skip api group...