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
Ensure OS environment variables are wired into list command as well
When getting the list of tests, we need to have origin's environment
variables.
Some users are setting TEST_PROVIDER when invoking openshift-tests,
which for `run` this gets overwritten with the correct ones from the
cluster environment[1], but this doesn't happen with `list`.
An upcoming change is going to require initializing the test framework
even to list tests, which means we'll need to have the TEST_PROVIDER
correctly set.
[1] https://github.com/openshift/origin/blob/main/pkg/test/ginkgo/test_runner.go#L380-L403
0 commit comments