Skip to content

Commit e06f5bf

Browse files
bastien-curutchetMartin KaFai Lau
authored andcommitted
selftests/bpf: Remove test_xdp_redirect_multi.sh
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 Signed-off-by: Bastien Curutchet (eBPF Foundation) <[email protected]> Signed-off-by: Martin KaFai Lau <[email protected]> Acked-by: Stanislav Fomichev <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent a93bfd8 commit e06f5bf

File tree

3 files changed

+0
-442
lines changed

3 files changed

+0
-442
lines changed

tools/testing/selftests/bpf/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ TEST_FILES = xsk_prereqs.sh $(wildcard progs/btf_dump_test_case_*.c)
100100

101101
# Order correspond to 'make run_tests' order
102102
TEST_PROGS := test_kmod.sh \
103-
test_xdp_redirect_multi.sh \
104103
test_tunnel.sh \
105104
test_lwt_seg6local.sh \
106105
test_lirc_mode2.sh \
@@ -135,7 +134,6 @@ TEST_GEN_PROGS_EXTENDED = \
135134
veristat \
136135
xdp_features \
137136
xdp_hw_metadata \
138-
xdp_redirect_multi \
139137
xdp_synproxy \
140138
xdping \
141139
xskxceiver

tools/testing/selftests/bpf/test_xdp_redirect_multi.sh

Lines changed: 0 additions & 214 deletions
This file was deleted.

0 commit comments

Comments
 (0)