selftests/bpf: remove test_tcp_check_syncookie
authorAlexis Lothoré (eBPF Foundation) <alexis.lothore@bootlin.com>
Sun, 20 Oct 2024 19:22:58 +0000 (21:22 +0200)
committerMartin KaFai Lau <martin.lau@kernel.org>
Mon, 21 Oct 2024 20:18:51 +0000 (13:18 -0700)
commitc3566ee6c66c3d6113739ec00cda7e23f39a3744
treed5e1ec1f4c45cf50affde5e83b2433fdfcc90490
parent3845ce74777eeb94892cdeedaf4b76e2341f3f42
selftests/bpf: remove test_tcp_check_syncookie

Now that btf_skc_cls_ingress has the same coverage as
test_tcp_check_syncookie, remove the second one and keep the first one
as it is integrated in test_progs

Signed-off-by: Alexis Lothoré (eBPF Foundation) <alexis.lothore@bootlin.com>
Link: https://lore.kernel.org/r/20241020-syncookie-v2-6-2db240225fed@bootlin.com
Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
tools/testing/selftests/bpf/.gitignore
tools/testing/selftests/bpf/Makefile
tools/testing/selftests/bpf/progs/test_tcp_check_syncookie_kern.c [deleted file]
tools/testing/selftests/bpf/test_tcp_check_syncookie.sh [deleted file]
tools/testing/selftests/bpf/test_tcp_check_syncookie_user.c [deleted file]