Pablo Acevedo Montserrat
Pablo Acevedo Montserrat
Add a function to determine if the cluster is a MicroShift instance.
…r tests Lose the project namespace for tests that dont require it.
Garbage collector tests dont care about pod being available/running, they are only testing owner references. If CNI is slow to respond the pod is deleted by the time it needs...
According to [RFC 7540 Section 6.5.2](https://tools.ietf.org/html/rfc7540#section-6.5.2) the SETTINGS frame with parameter SETTINGS_HEADER_TABLE_SIZE allows the sender to inform the remote endpoint the maximum size of the dynamic table for HPACK. The...
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.