Skip to content

Commit ab29301

Browse files
selftests/bpf: Remove with_addr.sh and with_tunnels.sh
JIRA: https://issues.redhat.com/browse/RHEL-78201 commit 9b6cdaf Author: Bastien Curutchet (eBPF Foundation) <bastien.curutchet@bootlin.com> Date: Tue Feb 4 11:59:43 2025 +0100 selftests/bpf: Remove with_addr.sh and with_tunnels.sh Those two scripts were used by test_flow_dissector.sh to setup/cleanup the network topology before/after the tests. test_flow_dissector.sh have been deleted by commit 63b3765 ("selftests/bpf: remove test_flow_dissector.sh") so they aren't used anywhere now. Remove the two unused scripts and their Makefile entries. Signed-off-by: Bastien Curutchet (eBPF Foundation) <bastien.curutchet@bootlin.com> Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org> Link: https://patch.msgid.link/20250204-with-v1-1-387a42118cd4@bootlin.com Signed-off-by: Jerome Marchand <jmarchan@redhat.com>
1 parent 087e5a9 commit ab29301

File tree

3 files changed

+2
-92
lines changed

3 files changed

+2
-92
lines changed

tools/testing/selftests/bpf/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ TEST_PROGS := test_kmod.sh \
120120
test_xsk.sh \
121121
test_xdp_features.sh
122122

123-
TEST_PROGS_EXTENDED := with_addr.sh \
124-
with_tunnels.sh ima_setup.sh verify_sig_setup.sh \
123+
TEST_PROGS_EXTENDED := \
124+
ima_setup.sh verify_sig_setup.sh \
125125
test_xdp_vlan.sh test_bpftool.py
126126

127127
TEST_KMODS := bpf_testmod.ko bpf_test_no_cfi.ko bpf_test_modorder_x.ko \

tools/testing/selftests/bpf/with_addr.sh

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

tools/testing/selftests/bpf/with_tunnels.sh

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

0 commit comments

Comments
 (0)