Home
last modified time | relevance | path

Searched refs:KTAP (Results 1 – 13 of 13) sorted by relevance

/linux-6.12.1/Documentation/dev-tools/
Dktap.rst4 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/
Dftracetest96 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/
Dtest_parse_subtest_header.log1 KTAP version 1
3 KTAP version 1
Dtest_parse_ktap_output.log1 KTAP version 1
3 KTAP version 1
Dtest_parse_attributes.log1 KTAP version 1
3 KTAP version 1
Dtest_strip_hyphen.log1 KTAP version 1
Dtest_is_test_passed-missing_plan.log1 KTAP version 1
/linux-6.12.1/Documentation/dev-tools/kunit/
Darchitecture.rst140 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
Dindex.rst31 :doc:`KTAP (Kernel - Test Anything Protocol) format</dev-tools/ktap>`.
Drun_manual.rst72 The test results are printed in a KTAP document. Note this document is separate
Drunning_tips.rst333 KTAP format). Note that attributes will be hidden by default in kunit.py output
348 KTAP version 2
/linux-6.12.1/Documentation/rust/
Dtesting.rst75 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/
DREADME.rst110 # KTAP version 1
131 KTAP version 1