Implement changes to make test suite platform agnostic.
Right now, in case OpenShift cluster is used, option TEST_EXTERNAL_CLUSTER_MODE=1 must be provided.
Test suite should check if OpenShift/Minikube is available, and use one or the other depending on the platform detected (Minikube by default, OpenShift if Minikube is not detected). Current options should be kept, however, to force the platform in case both are available
Implement changes to make test suite platform agnostic.
Right now, in case OpenShift cluster is used, option
TEST_EXTERNAL_CLUSTER_MODE=1
must be provided.Test suite should check if OpenShift/Minikube is available, and use one or the other depending on the platform detected (Minikube by default, OpenShift if Minikube is not detected). Current options should be kept, however, to force the platform in case both are available