Re: [PATCH] selftests: bpf: install files tcp_(server|client)*.py

2019-01-10 Thread Daniel Borkmann
On 01/08/2019 10:23 AM, Anders Roxell wrote: > When test_tcpbpf_user runs it complains that it can't find files > tcp_server.py and tcp_client.py. > > Rework so that tcp_server.py and tcp_client.py gets installed, added them > to the variable TEST_PROGS_EXTENDED. > > Fixes: d6d4f60c3a09 ("bpf:

[PATCH] selftests: bpf: install files tcp_(server|client)*.py

2019-01-08 Thread Anders Roxell
When test_tcpbpf_user runs it complains that it can't find files tcp_server.py and tcp_client.py. Rework so that tcp_server.py and tcp_client.py gets installed, added them to the variable TEST_PROGS_EXTENDED. Fixes: d6d4f60c3a09 ("bpf: add selftest for tcpbpf") Signed-off-by: Anders Roxell ---