On Wed, Apr 03, 2024 at 10:27:48PM +0000, Chaitanya Kulkarni wrote: > reducing code is always encouraged, but please don't change the test > coverage and This series increases the test coverage. > make user add additional steps to run the tests, IOW ./check nvme should > run all > the tests case by default as it dose today, this will keep your changes > backward > compatible .. Well, that is not really true right now. E.g. nvme_trtype is loop by default. And you need to specify the additional transports manually. This is also why I suggest we think about some sort of generic way to do this types of 'matrix configuration'(*) out of the box. (* don't know how to name this better)