summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/Makefile
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2024-04-09 06:15:46 +0300
committerJakub Kicinski <kuba@kernel.org>2024-04-11 00:03:12 +0300
commite59f0e93e92e0ddfd17e3373d586218cf638571e (patch)
tree4d58b8dd5199a67c1d9d23c841e00c41f2b28e60 /tools/testing/selftests/bpf/Makefile
parent2ecd487b670fcbb1ad4893fff1af4aafdecb6023 (diff)
downloadlinux-e59f0e93e92e0ddfd17e3373d586218cf638571e.tar.xz
selftests: move bpf-offload test from bpf to net
We're building more python tests on the netdev side, and some of the classes from the venerable BPF offload tests can be reused. Acked-by: Stanislav Fomichev <sdf@google.com> Acked-by: Martin KaFai Lau <martin.lau@kernel.org> Link: https://lore.kernel.org/r/20240409031549.3531084-2-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/testing/selftests/bpf/Makefile')
-rw-r--r--tools/testing/selftests/bpf/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/bpf/Makefile b/tools/testing/selftests/bpf/Makefile
index 3b9eb40d6343..b0be07f29dde 100644
--- a/tools/testing/selftests/bpf/Makefile
+++ b/tools/testing/selftests/bpf/Makefile
@@ -102,7 +102,6 @@ TEST_PROGS := test_kmod.sh \
test_xdp_redirect_multi.sh \
test_xdp_meta.sh \
test_xdp_veth.sh \
- test_offload.py \
test_sock_addr.sh \
test_tunnel.sh \
test_lwt_seg6local.sh \