selftests/bpf: Mark tc_redirect selftest as serial
authorAndrii Nakryiko <andrii@kernel.org>
Fri, 22 Oct 2021 22:32:27 +0000 (15:32 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Mon, 25 Oct 2021 21:45:46 +0000 (14:45 -0700)
commit2c0f51ac320649402a80a6228744eb54f42a5c21
tree230916a8ca31eb70ad2e26bdaf5af91ca5807620
parent8ea688e7f444f1830aa4b283e1364ab9d9bf42b5
selftests/bpf: Mark tc_redirect selftest as serial

It seems to cause a lot of harm to kprobe/tracepoint selftests. Yucong
mentioned before that it does manipulate sysfs, which might be the
reason. So let's mark it as serial, though ideally it would be less
intrusive on the system at test.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20211022223228.99920-4-andrii@kernel.org
tools/testing/selftests/bpf/prog_tests/tc_redirect.c