]> git.ipfire.org Git - thirdparty/linux.git/commit
selftests/bpf: drop test_bpftool.sh
authorAlexis Lothoré (eBPF Foundation) <alexis.lothore@bootlin.com>
Fri, 27 Feb 2026 08:08:47 +0000 (09:08 +0100)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 3 Mar 2026 16:45:53 +0000 (08:45 -0800)
commit7242b0951d2cab0f5908ec768ebd3f3ca4f0884c
treee175d6cb4a878f03f5c0e2ce2041c71e99c4adfb
parentb0000448094892c9131e485b64be2d5ef62ab73b
selftests/bpf: drop test_bpftool.sh

The test_bpftool.sh script runs a python unittest script checking
bpftool json output on different commands. As part of the ongoing effort
to get rid of any standalone test, this script should either be
converted to test_progs or removed.

As validating bpftool json output does not bring much value to the test
base (and because it would need test_progs to bring in a json parser),
remove the standalone test script.

Signed-off-by: Alexis Lothoré (eBPF Foundation) <alexis.lothore@bootlin.com>
Acked-by: Quentin Monnet <qmo@kernel.org>
Link: https://lore.kernel.org/r/20260227-bpftool_feature-v1-1-a25860fd52fb@bootlin.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/Makefile
tools/testing/selftests/bpf/test_bpftool.py [deleted file]
tools/testing/selftests/bpf/test_bpftool.sh [deleted file]