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
This commit is contained in:
Родитель
8ea688e7f4
Коммит
2c0f51ac32
|
@ -769,7 +769,7 @@ static void *test_tc_redirect_run_tests(void *arg)
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
void test_tc_redirect(void)
|
void serial_test_tc_redirect(void)
|
||||||
{
|
{
|
||||||
pthread_t test_thread;
|
pthread_t test_thread;
|
||||||
int err;
|
int err;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче