Re: Re: Re: [PATCH v2] kunit: Mark filter* params as rw

2024-01-24 Thread Lucas De Marchi
On Wed, Jan 24, 2024 at 11:49:43AM +0800, David Gow wrote: On Wed, 24 Jan 2024 at 00:31, Lucas De Marchi wrote: On Tue, Jan 23, 2024 at 04:01:49PM +0800, David Gow wrote: >On Tue, 23 Jan 2024 at 01:14, Lucas De Marchi wrote: >> >> By allowing the filter_glob parameter to be written to, it's p

Re: Re: [PATCH v2] kunit: Mark filter* params as rw

2024-01-23 Thread David Gow
On Wed, 24 Jan 2024 at 00:31, Lucas De Marchi wrote: > > On Tue, Jan 23, 2024 at 04:01:49PM +0800, David Gow wrote: > >On Tue, 23 Jan 2024 at 01:14, Lucas De Marchi > >wrote: > >> > >> By allowing the filter_glob parameter to be written to, it's possible to > >> tweak the testsuites that will be

Re: Re: [PATCH v2] kunit: Mark filter* params as rw

2024-01-23 Thread Lucas De Marchi
On Tue, Jan 23, 2024 at 04:01:49PM +0800, David Gow wrote: On Tue, 23 Jan 2024 at 01:14, Lucas De Marchi wrote: By allowing the filter_glob parameter to be written to, it's possible to tweak the testsuites that will be executed on new module loads. This makes it easier to run specific tests wi

Re: [PATCH v2] kunit: Mark filter* params as rw

2024-01-23 Thread David Gow
On Tue, 23 Jan 2024 at 01:14, Lucas De Marchi wrote: > > By allowing the filter_glob parameter to be written to, it's possible to > tweak the testsuites that will be executed on new module loads. This > makes it easier to run specific tests without having to reload kunit and > provides a way to fi

[PATCH v2] kunit: Mark filter* params as rw

2024-01-22 Thread Lucas De Marchi
By allowing the filter_glob parameter to be written to, it's possible to tweak the testsuites that will be executed on new module loads. This makes it easier to run specific tests without having to reload kunit and provides a way to filter tests on real HW even if kunit is builtin. Example for xe d