Searched refs:KTAP (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/Documentation/dev-tools/ |
H A 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 …]
|
/openbmc/linux/tools/testing/selftests/ftrace/ |
H A D | ftracetest | 96 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 D | test_parse_subtest_header.log | 1 KTAP version 1 3 KTAP version 1
|
H A D | test_parse_ktap_output.log | 1 KTAP version 1 3 KTAP version 1
|
H A D | test_strip_hyphen.log | 1 KTAP version 1
|
H A D | test_is_test_passed-missing_plan.log | 1 KTAP version 1
|
/openbmc/linux/Documentation/dev-tools/kunit/ |
H A 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
|
H A D | index.rst | 31 :doc:`KTAP (Kernel - Test Anything Protocol) format</dev-tools/ktap>`.
|
H A D | running_tips.rst | 322 KTAP format). Note that attributes will be hidden by default in kunit.py output 337 KTAP version 2
|