Re: [PATCH v3 7/7] dts: run all test suites by default

2025-01-20 Thread Luca Vizzarro
On 16/01/2025 21:01, Dean Marx wrote: Looks good, would it be worth mentioning in the comment above the test_suites field that removing it will default to running all suites? Otherwise I'm not sure how a user would know this without digging through the docs or framework. i.e.: # the following te

Re: [PATCH v3 7/7] dts: run all test suites by default

2025-01-16 Thread Dean Marx
On Wed, Jan 15, 2025 at 9:19 AM Luca Vizzarro wrote: > > The configuration requires the user to explicitly set the requested test > suites in the files. Sometimes we want to run all the test suites and > don't want to manually specify all of them. It is therefore reasonable > to change the default

[PATCH v3 7/7] dts: run all test suites by default

2025-01-15 Thread Luca Vizzarro
The configuration requires the user to explicitly set the requested test suites in the files. Sometimes we want to run all the test suites and don't want to manually specify all of them. It is therefore reasonable to change the default behaviour to automatically run all the available test suites if