Skip to content

Commit

Permalink
selftests/bpf: Remove test_xdp_redirect_multi.sh
Browse files Browse the repository at this point in the history
The tests done by test_xdp_redirect_multi.sh are now fully covered by
the CI through test_xdp_veth.c.

Remove test_xdp_redirect_multi.sh
Remove xdp_redirect_multi.c that was used by the script to load and
attach the BPF programs.
Remove their entries in the Makefile

Acked-by: Stanislav Fomichev <[email protected]>
Signed-off-by: Bastien Curutchet (eBPF Foundation) <[email protected]>
  • Loading branch information
bastien-curutchet authored and Kernel Patches Daemon committed Jan 31, 2025
1 parent 7b7851a commit 3fec3e1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 442 deletions.
2 changes: 0 additions & 2 deletions tools/testing/selftests/bpf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ TEST_FILES = xsk_prereqs.sh $(wildcard progs/btf_dump_test_case_*.c)

# Order correspond to 'make run_tests' order
TEST_PROGS := test_kmod.sh \
test_xdp_redirect_multi.sh \
test_tunnel.sh \
test_lwt_seg6local.sh \
test_lirc_mode2.sh \
Expand Down Expand Up @@ -135,7 +134,6 @@ TEST_GEN_PROGS_EXTENDED = \
veristat \
xdp_features \
xdp_hw_metadata \
xdp_redirect_multi \
xdp_synproxy \
xdping \
xskxceiver
Expand Down
214 changes: 0 additions & 214 deletions tools/testing/selftests/bpf/test_xdp_redirect_multi.sh

This file was deleted.

Loading

0 comments on commit 3fec3e1

Please sign in to comment.