aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorAndrii Nakryiko <andrii@kernel.org>2021-10-22 15:32:27 -0700
committerAlexei Starovoitov <ast@kernel.org>2021-10-25 14:45:46 -0700
commit2c0f51ac320649402a80a6228744eb54f42a5c21 (patch)
tree230916a8ca31eb70ad2e26bdaf5af91ca5807620
parentselftests/bpf: Support multiple tests per file (diff)
downloadwireguard-linux-2c0f51ac320649402a80a6228744eb54f42a5c21.tar.xz
wireguard-linux-2c0f51ac320649402a80a6228744eb54f42a5c21.zip
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
Diffstat (limited to '')
-rw-r--r--tools/testing/selftests/bpf/prog_tests/tc_redirect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/bpf/prog_tests/tc_redirect.c b/tools/testing/selftests/bpf/prog_tests/tc_redirect.c
index e87bc4466d9a..53672634bc52 100644
--- a/tools/testing/selftests/bpf/prog_tests/tc_redirect.c
+++ b/tools/testing/selftests/bpf/prog_tests/tc_redirect.c
@@ -769,7 +769,7 @@ static void *test_tc_redirect_run_tests(void *arg)
return NULL;
}
-void test_tc_redirect(void)
+void serial_test_tc_redirect(void)
{
pthread_t test_thread;
int err;