Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/dev-tools/
H A 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 …]
/openbmc/linux/tools/testing/selftests/ftrace/
H A Dftracetest96 KTAP=1
198 KTAP=0
254 [ "$KTAP" != "1" ] && printf "$*$newline"
303 if [ "$KTAP" != "1" ]; then
459 if [ "$KTAP" = "1" ]; then
504 if [ "$KTAP" = "1" ]; then
/openbmc/linux/tools/testing/kunit/test_data/
H A Dtest_parse_subtest_header.log1 KTAP version 1
3 KTAP version 1
H A Dtest_parse_ktap_output.log1 KTAP version 1
3 KTAP version 1
H A Dtest_strip_hyphen.log1 KTAP version 1
H A Dtest_is_test_passed-missing_plan.log1 KTAP version 1
/openbmc/linux/Documentation/dev-tools/kunit/
H A 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
H A Dindex.rst31 :doc:`KTAP (Kernel - Test Anything Protocol) format</dev-tools/ktap>`.
H A Drunning_tips.rst322 KTAP format). Note that attributes will be hidden by default in kunit.py output
337 KTAP version 2