-
Bug
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
Description of problem:
Since the introduction of https://github.com/openshift/origin/pull/27570 the openshift-tests binary now looks for the cluster infra resource for later usage (setting TEST_PROVIDER env var when running run-test command to inject details about the cluster). Since microshift does not have this resource the returned value is nil and it panics when its used later in the code.
Version-Release number of selected component (if applicable):
How reproducible:
Run openshift-tests and it immediately panics
Steps to Reproduce:
1. 2. 3.
Actual results:
Expected results:
Additional info: