Skip to content

Commit 63b3765

Browse files
TropicaoAlexei Starovoitov
authored andcommitted
selftests/bpf: remove test_flow_dissector.sh
Now that test_flow_dissector.sh has been converted to test_progs, remove the legacy test. Acked-by: Stanislav Fomichev <sdf@fomichev.me> Signed-off-by: Alexis Lothoré (eBPF Foundation) <alexis.lothore@bootlin.com> Link: https://lore.kernel.org/r/20241120-flow_dissector-v3-14-45b46494f937@bootlin.com Signed-off-by: Alexei Starovoitov <ast@kernel.org>
1 parent 20203a5 commit 63b3765

File tree

4 files changed

+0
-961
lines changed

4 files changed

+0
-961
lines changed

tools/testing/selftests/bpf/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ feature
1919
urandom_read
2020
test_sockmap
2121
test_lirc_mode2_user
22-
test_flow_dissector
2322
flow_dissector_load
2423
test_tcpnotify_user
2524
test_libbpf

tools/testing/selftests/bpf/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ TEST_PROGS := test_kmod.sh \
133133
test_tunnel.sh \
134134
test_lwt_seg6local.sh \
135135
test_lirc_mode2.sh \
136-
test_flow_dissector.sh \
137136
test_xdp_vlan_mode_generic.sh \
138137
test_xdp_vlan_mode_native.sh \
139138
test_lwt_ip_encap.sh \
@@ -161,7 +160,6 @@ TEST_GEN_PROGS_EXTENDED = \
161160
flow_dissector_load \
162161
runqslower \
163162
test_cpp \
164-
test_flow_dissector \
165163
test_lirc_mode2_user \
166164
veristat \
167165
xdp_features \

0 commit comments

Comments
 (0)