Re: [PATCH bpf-next 10/10] selftests/bpf: test_tunnel: Remove test_tunnel.sh

2025-02-27 Thread Stanislav Fomichev
On 02/27, Bastien Curutchet (eBPF Foundation) wrote: > 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_

[PATCH bpf-next 10/10] selftests/bpf: test_tunnel: Remove test_tunnel.sh

2025-02-27 Thread Bastien Curutchet (eBPF Foundation)
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