selftests/bpf: Drop tcp-{client,server}.py from Makefile
authorVeronika Kabatova <vkabatov@redhat.com>
Thu, 10 Dec 2020 12:01:34 +0000 (13:01 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 10 Dec 2020 15:43:41 +0000 (16:43 +0100)
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 <vkabatov@redhat.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20201210120134.2148482-1-vkabatov@redhat.com
tools/testing/selftests/bpf/Makefile

index 944ae17..50b3495 100644 (file)
@@ -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'