Searched refs:KTAP (Results 1 – 13 of 13) sorted by relevance
/linux-6.12.1/Documentation/dev-tools/ |
D | ktap.rst | 4 The Kernel Test Anything Protocol (KTAP), version 1 12 (KTAP) format is specified to extend and alter TAP to support these use-cases. 13 This specification describes the generally accepted format of KTAP as it is 16 KTAP test results describe a series of tests (which may be nested: i.e., test 22 KTAP output is built from four different types of lines: 28 In general, valid KTAP output should also form valid TAP output, but some 30 there is a stagnant draft specification for TAP14, KTAP diverges from this in 37 All KTAP-formatted results begin with a "version line" which specifies which 41 - "KTAP version 1" 45 Note that, in KTAP, subtests also begin with a version line, which denotes the [all …]
|
/linux-6.12.1/tools/testing/selftests/ftrace/ |
D | ftracetest | 96 KTAP=1 198 KTAP=0 254 [ "$KTAP" != "1" ] && printf "$*$newline" 258 if [ "${KTAP}" = "1" ]; then 309 if [ "$KTAP" != "1" ]; then 465 if [ "$KTAP" = "1" ]; then 510 if [ "$KTAP" = "1" ]; then
|
/linux-6.12.1/tools/testing/kunit/test_data/ |
D | test_parse_subtest_header.log | 1 KTAP version 1 3 KTAP version 1
|
D | test_parse_ktap_output.log | 1 KTAP version 1 3 KTAP version 1
|
D | test_parse_attributes.log | 1 KTAP version 1 3 KTAP version 1
|
D | test_strip_hyphen.log | 1 KTAP version 1
|
D | test_is_test_passed-missing_plan.log | 1 KTAP version 1
|
/linux-6.12.1/Documentation/dev-tools/kunit/ |
D | architecture.rst | 140 KUnit prints the test results in KTAP format. KTAP is based on TAP14, see 142 KTAP works with KUnit and Kselftest. The KUnit executor prints KTAP results to 194 - ``parse`` extracts the KTAP output from a kernel log, parses
|
D | index.rst | 31 :doc:`KTAP (Kernel - Test Anything Protocol) format</dev-tools/ktap>`.
|
D | run_manual.rst | 72 The test results are printed in a KTAP document. Note this document is separate
|
D | running_tips.rst | 333 KTAP format). Note that attributes will be hidden by default in kunit.py output 348 KTAP version 2
|
/linux-6.12.1/Documentation/rust/ |
D | testing.rst | 75 KTAP version 1 77 KTAP version 1 108 failure, a KTAP diagnostic line is printed to the log. This contains the
|
/linux-6.12.1/tools/testing/selftests/drivers/net/ |
D | README.rst | 110 # KTAP version 1 131 KTAP version 1
|