origin
origin copied to clipboard
Conformance test suite for OpenShift
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.
/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...
This is an automated cherry-pick of #27390 /assign tssurya
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]....
`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...