kubevirt / containerized-data-importer

Data Import Service for kubernetes, designed with kubevirt in mind.
Apache License 2.0
395 stars 249 forks source link

Include functional test focus capabilities #3335

Closed Davo911 closed 1 week ago

Davo911 commented 2 weeks ago

Is your feature request related to a problem? Please describe:

The CDI_E2E_FOCUS enviromental variable, to run specific functional tests, is implemented in the test.sh of the CI/CD, but is not working when make test-functional.


Describe the solution you'd like:

When running make test-functional with CDI_E2E_FOCUS set, I'd like to only run a subset of functional tests. Furthermore I'd propose to also make use of the --focus-file flag of ginkgo, to be able to run a single suite.