Skip to content
linux-kselftest-kunit-5.12-rc1

This KUnit update for Linux 5.12-rc1 consists of consists of:

-- support for filtering test suites using glob from Daniel Latypov.

   "kunit_filter.glob" command line option is passed to the UML
   kernel, which currently only supports filtering by suite name.
   This support 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*'

-- several fixes and cleanups also from Daniel Latypov.