Searched hist:d992880b3d265597c5a16af3775257999492e957 (Results 1 – 3 of 3) sorted by relevance
/linux/tools/testing/kunit/ |
H A D | kunit_tool_test.py | diff d992880b3d265597c5a16af3775257999492e957 Sat Feb 06 01:08:53 CET 2021 Daniel Latypov <dlatypov@google.com> kunit: tool: add support for filtering suites by glob
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 filtering by suite name.
Signed-off-by: Daniel Latypov <dlatypov@google.com> Reviewed-by: Brendan Higgins <brendanhiggins@google.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
|
H A D | kunit_kernel.py | diff d992880b3d265597c5a16af3775257999492e957 Sat Feb 06 01:08:53 CET 2021 Daniel Latypov <dlatypov@google.com> kunit: tool: add support for filtering suites by glob
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 filtering by suite name.
Signed-off-by: Daniel Latypov <dlatypov@google.com> Reviewed-by: Brendan Higgins <brendanhiggins@google.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
|
H A D | kunit.py | diff d992880b3d265597c5a16af3775257999492e957 Sat Feb 06 01:08:53 CET 2021 Daniel Latypov <dlatypov@google.com> kunit: tool: add support for filtering suites by glob
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 filtering by suite name.
Signed-off-by: Daniel Latypov <dlatypov@google.com> Reviewed-by: Brendan Higgins <brendanhiggins@google.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
|