]> www.infradead.org Git - users/dwmw2/linux.git/commit
selftests: net: report output format as TAP 13 in Python tests
authorJakub Kicinski <kuba@kernel.org>
Fri, 28 Feb 2025 18:00:07 +0000 (10:00 -0800)
committerJakub Kicinski <kuba@kernel.org>
Mon, 3 Mar 2025 23:03:19 +0000 (15:03 -0800)
commitd110dbf1490b130f70fd0cd73a658ff495bc75e0
treec53226c10efd3edf60f045157d42225660406cd6
parentf77f12010f67259bd0e1ad18877ed27c721b627a
selftests: net: report output format as TAP 13 in Python tests

The Python lib based tests report that they are producing
"KTAP version 1", but really we aren't making use of any
KTAP features, like subtests. Our output is plain TAP.

Report TAP 13 instead of KTAP 1, this is what mptcp tests do,
and what NIPA knows how to parse best. For HW testing we need
precise subtest result tracking.

Acked-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Link: https://patch.msgid.link/20250228180007.83325-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/drivers/net/README.rst
tools/testing/selftests/net/lib/py/ksft.py