origin
origin copied to clipboard
Conformance test suite for OpenShift
Skip sig-operator tests if operators.coreos.com API is not registered.
Includes https://github.com/openshift/kubernetes/pull/1307
Builds API is not available in microshift. Closes [USHIFT-283](https://issues.redhat.com//browse/USHIFT-283)
Swaps project API with k8s namespaces in test/extended/util package. Automatic detection of project API to create a CLI object according to whats available in the cluster.
Recent 4.8 to 4.9 upgrade tests fail fairly consistently due to cluster frontend ingress being unavailable. Currently the upgrade test tolerates no disruption whatsoever. This PR makes the test more...