Skip to content

Commit

Permalink
fix parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
bastien-curutchet committed Jan 21, 2025
1 parent f3435f8 commit 3e6b0be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/testing/selftests/bpf/prog_tests/test_xdp_veth.c
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ static void xdp_veth_redirect(u32 flags)
cleanup_network();
}

void test_xdp_veth_redirect(void)
void serial_test_xdp_veth_redirect(void)
{
if (test__start_subtest("0"))
xdp_veth_redirect(0);
Expand Down Expand Up @@ -403,7 +403,7 @@ static void xdp_veth_broadcast_redirect(u32 attach_flags, u64 redirect_flags)
cleanup_network();
}

void test_xdp_veth_broadcast_redirect(void)
void serial_test_xdp_veth_broadcast_redirect(void)
{
if (test__start_subtest("0/BROADCAST"))
xdp_veth_broadcast_redirect(0, BPF_F_BROADCAST);
Expand Down Expand Up @@ -535,7 +535,7 @@ static void xdp_veth_egress(u32 flags)
cleanup_network();
}

void test_xdp_veth_egress(void)
void serial_test_xdp_veth_egress(void)
{
if (test__start_subtest("0"))
xdp_veth_egress(0);
Expand Down

0 comments on commit 3e6b0be

Please sign in to comment.