mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 05:56:14 -04:00
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>
This commit is contained in:
@@ -107,7 +107,7 @@ On the target machine, running the tests will use netdevsim by default::
|
||||
1..1
|
||||
# timeout set to 45
|
||||
# selftests: drivers/net: ping.py
|
||||
# KTAP version 1
|
||||
# TAP version 13
|
||||
# 1..3
|
||||
# ok 1 ping.test_v4
|
||||
# ok 2 ping.test_v6
|
||||
@@ -128,7 +128,7 @@ Create a config with remote info::
|
||||
Run the test::
|
||||
|
||||
[/root] # ./ksft-net-drv/drivers/net/ping.py
|
||||
KTAP version 1
|
||||
TAP version 13
|
||||
1..3
|
||||
ok 1 ping.test_v4
|
||||
ok 2 ping.test_v6 # SKIP Test requires IPv6 connectivity
|
||||
|
||||
Reference in New Issue
Block a user