From: Veronika Kabatova Date: Thu, 10 Dec 2020 12:01:34 +0000 (+0100) Subject: selftests/bpf: Drop tcp-{client,server}.py from Makefile X-Git-Tag: v5.11-rc1~169^2~26^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a5b7b1194a57bc59f289f3e4433a1be81cc3e19d;p=thirdparty%2Fkernel%2Flinux.git selftests/bpf: Drop tcp-{client,server}.py from Makefile The files don't exist anymore so this breaks generic kselftest builds when using "make install" or "make gen_tar". Fixes: 247f0ec361b7 ("selftests/bpf: Drop python client/server in favor of threads") Signed-off-by: Veronika Kabatova Signed-off-by: Daniel Borkmann Link: https://lore.kernel.org/bpf/20201210120134.2148482-1-vkabatov@redhat.com --- diff --git a/tools/testing/selftests/bpf/Makefile b/tools/testing/selftests/bpf/Makefile index 944ae17a39ed1..50b3495d7ddf8 100644 --- a/tools/testing/selftests/bpf/Makefile +++ b/tools/testing/selftests/bpf/Makefile @@ -75,8 +75,6 @@ TEST_PROGS := test_kmod.sh \ TEST_PROGS_EXTENDED := with_addr.sh \ with_tunnels.sh \ - tcp_client.py \ - tcp_server.py \ test_xdp_vlan.sh # Compile but not part of 'make run_tests'