kunit: Add documentation of KUnit test attributes
authorRae Moar <rmoar@google.com>
Tue, 25 Jul 2023 21:25:20 +0000 (21:25 +0000)
committerShuah Khan <skhan@linuxfoundation.org>
Wed, 26 Jul 2023 19:29:46 +0000 (13:29 -0600)
commite588586675f62b710fcc2d7bc6ea3ea8353e055d
treeb1e9878bd21780052c22d21a05e236b1d87930f9
parent76066f93f1df27657eb937b7c9c091e3a6abf4db
kunit: Add documentation of KUnit test attributes

Add documentation on the use of test attributes under the section "Tips for
Running KUnit Tests" in the KUnit docs.

Documentation includes three sections on how to mark tests with attributes,
how attributes are reported, and how the user can filter tests using test
attributes.

Add descriptions of new flags to list of command-line arguments.

Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Rae Moar <rmoar@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Documentation/dev-tools/kunit/run_wrapper.rst
Documentation/dev-tools/kunit/running_tips.rst