You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: