On Wed, Jan 15, 2025 at 9:19 AM Luca Vizzarro <[email protected]> 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 behaviour to automatically run all the available > test suites if none are specified. > > Bugzilla ID: 1360 > > Signed-off-by: Luca Vizzarro <[email protected]> > Reviewed-by: Paul Szczepanek <[email protected]>
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 test suites will be run in their entirety. If removed, all test suites will be run. test_suites: etc. Reviewed-by: Dean Marx <[email protected]>

