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
Create a minimal cluster-version-operator-tests CLI application, which has no tests.
The application will result in a tests extension binary that will extend
the openshift-tests binary with CVO tests that will reside in the CVO repository
using the openshift-tests-extension [1] framework.
Verifying that no tests are present:
```sh
$ ./_output/linux/amd64/openshift-tests-extension list
null
```
[1]: https://github.com/openshift-eng/openshift-tests-extension
0 commit comments