origin
origin copied to clipboard
Conformance test suite for OpenShift
OpenStack platform is moving from in-tree cloud provider to external one. The switch to external cloud provider has to be done at the same time for the cluster cloud controller...
This reverts commit 40a803314046e70f1ad9a8db6eaf4e9fece176f3. Azure File tests should have been fixed by https://github.com/openshift/origin/pull/27244 and https://github.com/openshift/release/pull/29477. CC @openshift/storage
Openshift QEs are encouraged to contribute test cases to the origin repo. To balance the PR review workloads, I add some reviewers and approvers who have rich experience with Golang....
The separation is only reliable on 4.11 and later. Still test on earlier releases, but only report violations as non-fatal flakes for those older releases. Like #27053, but with a...
The tests currently get the apiserver address by calling `oc --namespace=default status` and then extracting the apiserver with a regex that expects its port to end with 443. This breaks...
We support ITP=local from 4.11 so let's enable the tests for this feature which were disabled. Signed-off-by: Surya Seetharaman
Signed-off-by: Jamo Luhrsen
Not sure of the impact, but this is a shortcoming of the current flow since the addition of "additional events" which appear to be written down into separate files.
Add test verifying that the apiserver request latency isn't heavily impacted by changes.