Skip to content

Commit 99bce91

Browse files
Test flaky tests
Signed-off-by: Bastien Curutchet (eBPF Foundation) <[email protected]>
1 parent 4265b2d commit 99bce91

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/testing/selftests/bpf/prog_tests/test_xsk.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,10 @@ static const struct test_spec tests[] = {
286286
{.name = "XDP_ADJUST_TAIL_GROW", .test_func = testapp_adjust_tail_grow},
287287
{.name = "XDP_ADJUST_TAIL_GROW_MULTI_BUFF", .test_func = testapp_adjust_tail_grow_mb},
288288
{.name = "TX_QUEUE_CONSUMER", .test_func = testapp_tx_queue_consumer},
289+
{.name = "TEARDOWN", .test_func = testapp_teardown},
290+
{.name = "SEND_RECEIVE_9K_PACKETS", .test_func = testapp_send_receive_mb},
291+
{.name = "SEND_RECEIVE_UNALIGNED_9K_PACKETS",
292+
.test_func = testapp_send_receive_unaligned_mb},
289293
};
290294

291295
static const struct test_spec flaky_tests[] = {

0 commit comments

Comments
 (0)