diff options
author | Martin KaFai Lau <martin.lau@kernel.org> | 2022-11-28 23:08:59 -0800 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2022-11-30 22:47:43 +0100 |
commit | 9b6a7773973707bad13f6c8b2a27e93ef4d46182 (patch) | |
tree | 1f2263d3cf0f9f031a0eec091dadf3f99092704e /tools/testing/selftests/bpf/prog_tests/test_tunnel.c | |
parent | 3084097c369c57c9bbd81e5bf47b36b6b27390fc (diff) |
selftests/bpf: Remove serial from tests using {open,close}_netns
After removing the mount/umount dance from {open,close}_netns()
in the pervious patch, "serial_" can be removed from
the tests using {open,close}_netns().
Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Stanislav Fomichev <sdf@google.com>
Link: https://lore.kernel.org/bpf/20221129070900.3142427-7-martin.lau@linux.dev
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/test_tunnel.c')
-rw-r--r-- | tools/testing/selftests/bpf/prog_tests/test_tunnel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/bpf/prog_tests/test_tunnel.c b/tools/testing/selftests/bpf/prog_tests/test_tunnel.c index eea274110267..07ad457f3370 100644 --- a/tools/testing/selftests/bpf/prog_tests/test_tunnel.c +++ b/tools/testing/selftests/bpf/prog_tests/test_tunnel.c @@ -421,7 +421,7 @@ static void *test_tunnel_run_tests(void *arg) return NULL; } -void serial_test_tunnel(void) +void test_tunnel(void) { pthread_t test_thread; int err; |