]> www.infradead.org Git - users/dwmw2/linux.git/commit
selftests/bpf: tc_links/tc_opts: Unserialize tests
authorBastien Curutchet (eBPF Foundation) <bastien.curutchet@bootlin.com>
Wed, 19 Feb 2025 14:53:02 +0000 (15:53 +0100)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 19 Feb 2025 17:46:02 +0000 (09:46 -0800)
commit207cd7578ad16dc033ab55c13ae23d27a67fc0f5
treee74cad90582c39ed5f9ba8c6d04a5e49963d5062
parentc047e0e0e43560bf73ae47f7cfd5772f690b6d48
selftests/bpf: tc_links/tc_opts: Unserialize tests

Tests are serialized because they all use the loopback interface.

Replace the 'serial_test_' prefixes with 'test_ns_' to benefit from the
new test_prog feature which creates a dedicated namespace for each test,
allowing them to run in parallel.

Signed-off-by: Bastien Curutchet (eBPF Foundation) <bastien.curutchet@bootlin.com>
Link: https://lore.kernel.org/r/20250219-b4-tc_links-v2-3-14504db136b7@bootlin.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/prog_tests/tc_links.c
tools/testing/selftests/bpf/prog_tests/tc_opts.c