On 7/12/25 7:58 AM, Jakub Kicinski wrote:
On Sat, 12 Jul 2025 14:25:58 +0500 Muhammad Usama Anjum wrote:
./drivers/net/xdp.py TAP version 13 1..6 ok 1 xdp.test_xdp_native_pass_sb ok 2 xdp.test_xdp_native_pass_mb ok 3 xdp.test_xdp_native_drop_sb ok 4 xdp.test_xdp_native_drop_mb
n exit a summary of passed and failed tests should be printed. Probably a exit api call is missing? # Totals: pass:4 fail:0 xfail:0 xpass:0 skip:0 error:0
It's there when we run it in the CI, I think he just missed quoting it in the commit msg.
# # Totals: pass:0 fail:9 xfail:0 xpass:0 skip:0 error:0
Yeah. summary is printed.