Skip to content

Commit

Permalink
selftests/bpf: test_tunnel: Remove test_tunnel.sh
Browse files Browse the repository at this point in the history
All tests from test_tunnel.sh have been migrated into test test_progs.
The last test remaining in the script is the test_ipip() that is already
covered in the test_prog framework by the NONE case of test_ipip_tunnel().

Remove the test_tunnel.sh script and its Makefile entry

Signed-off-by: Bastien Curutchet (eBPF Foundation) <[email protected]>
  • Loading branch information
bastien-curutchet authored and Kernel Patches Daemon committed Feb 27, 2025
1 parent 6cb9c37 commit 2854886
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 180 deletions.
1 change: 0 additions & 1 deletion 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_tunnel.sh \
test_lwt_seg6local.sh \
test_lirc_mode2.sh \
test_xdp_vlan_mode_generic.sh \
Expand Down
179 changes: 0 additions & 179 deletions tools/testing/selftests/bpf/test_tunnel.sh

This file was deleted.

0 comments on commit 2854886

Please sign in to comment.