Re: [PATCH v2 2/3] kunit: tool: add support for filtering suites by glob

2021-02-04 Thread Brendan Higgins
On Thu, Feb 4, 2021 at 9:31 AM Daniel Latypov wrote: > > This allows running different subsets of tests, e.g. > > $ ./tools/testing/kunit/kunit.py build > $ ./tools/testing/kunit/kunit.py exec 'list*' > $ ./tools/testing/kunit/kunit.py exec 'kunit*' > > This passes the "kunit_filter.glob" commandl

[PATCH v2 2/3] kunit: tool: add support for filtering suites by glob

2021-02-04 Thread Daniel Latypov
This allows running different subsets of tests, e.g. $ ./tools/testing/kunit/kunit.py build $ ./tools/testing/kunit/kunit.py exec 'list*' $ ./tools/testing/kunit/kunit.py exec 'kunit*' This passes the "kunit_filter.glob" commandline option to the UML kernel, which currently only supports filterin