aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/drivers/net/napi_threaded.py
diff options
context:
space:
mode:
authorIdo Schimmel <[email protected]>2025-08-04 11:43:20 +0000
committerJakub Kicinski <[email protected]>2025-08-05 23:11:03 +0000
commit8d22aea8af0d57a1daff046d65b7c18552e35e29 (patch)
tree18c695d576ec0878b2a0485d3fdfc79a1dbe9419 /tools/testing/selftests/drivers/net/napi_threaded.py
parentMerge branch 'eth-fbnic-fix-drop-stats-support' (diff)
downloadkernel-8d22aea8af0d57a1daff046d65b7c18552e35e29.tar.gz
kernel-8d22aea8af0d57a1daff046d65b7c18552e35e29.zip
selftests: netdevsim: Xfail nexthop test on slow machines
A lot of test cases in the file are related to the idle and unbalanced timers of resilient nexthop groups and these tests are reported to be flaky on slow machines running debug kernels. Rather than marking a lot of individual tests with xfail_on_slow(), simply mark all the tests. Note that the test is stable on non-debug machines and that with debug kernels we are mainly interested in the output of various sanitizers in order to determine pass / fail. Before: # make -C tools/testing/selftests KSFT_MACHINE_SLOW=yes \ TARGETS=drivers/net/netdevsim TEST_PROGS=nexthop.sh \ TEST_GEN_PROGS="" run_tests [...] # TEST: Bucket migration after idle timer (with delete) [FAIL] # Group expected to still be unbalanced [...] not ok 1 selftests: drivers/net/netdevsim: nexthop.sh # exit=1 After: # make -C tools/testing/selftests KSFT_MACHINE_SLOW=yes \ TARGETS=drivers/net/netdevsim TEST_PROGS=nexthop.sh \ TEST_GEN_PROGS="" run_tests [...] # TEST: Bucket migration after idle timer (with delete) [XFAIL] # Group expected to still be unbalanced [...] ok 1 selftests: drivers/net/netdevsim: nexthop.sh Reported-by: Jakub Kicinski <[email protected]> Closes: https://lore.kernel.org/netdev/[email protected]/ Reviewed-by: Petr Machata <[email protected]> Signed-off-by: Ido Schimmel <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/testing/selftests/drivers/net/napi_threaded.py')
0 files changed, 0 insertions, 0 deletions