Re: [PATCH blktests] check: add command line switch to test device drivers only

2018-06-26 Thread Johannes Thumshirn
Thanks :-) -- Johannes Thumshirn Storage jthumsh...@suse.de+49 911 74053 689 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG Nürnberg) Key fingerprint = EC38

Re: [PATCH blktests] check: add command line switch to test device drivers only

2018-06-25 Thread Omar Sandoval
On Tue, Jun 12, 2018 at 11:57:06AM +0200, Johannes Thumshirn wrote: > Sometimes it's useful to only run tests which exercise a device > special driver to verify a patch for the driver doesn't introduce a > regression. > > Running the whole test-suite is just a waste of time in this case, so >

Re: [PATCH blktests] check: add command line switch to test device drivers only

2018-06-25 Thread Johannes Thumshirn
Ping? -- Johannes Thumshirn Storage jthumsh...@suse.de+49 911 74053 689 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG Nürnberg) Key fingerprint = EC38 9CAB

[PATCH blktests] check: add command line switch to test device drivers only

2018-06-12 Thread Johannes Thumshirn
Sometimes it's useful to only run tests which exercise a device special driver to verify a patch for the driver doesn't introduce a regression. Running the whole test-suite is just a waste of time in this case, so provide a way to only run tests which have a test_device() function set and not a