Thread (5 messages) 5 messages, 2 authors, 2020-02-18
STALE2322d REVIEWED: 1 (0M)
Revisions (5)
  1. v4 current
  2. v5 [diff vs current]
  3. v6 [diff vs current]
  4. v7 [diff vs current]
  5. v8 [diff vs current]

[PATCH v4 kunit-next 3/3] kunit: update documentation to describe debugfs representation

From: Alan Maguire <hidden>
Date: 2020-02-17 14:28:46
Also in: linux-kselftest, lkml
Subsystem: documentation, documentation process, kernel unit testing framework (kunit), the rest · Maintainers: Jonathan Corbet, Brendan Higgins, David Gow, Linus Torvalds

Documentation should describe debugfs layout and semantics.

Signed-off-by: Alan Maguire <redacted>
Reviewed-by: Brendan Higgins <redacted>
---
 Documentation/dev-tools/kunit/usage.rst | 13 +++++++++++++
 1 file changed, 13 insertions(+)
diff --git a/Documentation/dev-tools/kunit/usage.rst b/Documentation/dev-tools/kunit/usage.rst
index 7cd56a1..816fff4 100644
--- a/Documentation/dev-tools/kunit/usage.rst
+++ b/Documentation/dev-tools/kunit/usage.rst
@@ -590,3 +590,16 @@ able to run one test case per invocation.
 
 .. TODO(brendanhiggins@google.com): Add an actual example of an architecture
    dependent KUnit test.
+
+KUnit debugfs representation
+============================
+When kunit test suites are initialized, they create an associated directory
+in /sys/kernel/debug/kunit/<test-suite>.  The directory contains one file
+
+- results: "cat results" displays results of each test case and the results
+  of the entire suite for the last test run.
+
+The debugfs representation is primarily of use when kunit test suites are
+run in a native environment, either as modules or builtin.  Having a way
+to display results like this is valuable as otherwise results can be
+intermixed with other events in dmesg output.
-- 
1.8.3.1
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help