]> asedeno.scripts.mit.edu Git - linux.git/commit
selftests: bpf: install files tcp_(server|client)*.py
authorAnders Roxell <anders.roxell@linaro.org>
Tue, 8 Jan 2019 09:23:03 +0000 (10:23 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 10 Jan 2019 14:56:52 +0000 (15:56 +0100)
commitf98937c6bb73ae11717a15aec85c187d33ca5d34
tree1bbf475bbbfbe40fc399de3512823d3c34881a9f
parent11b36abc249f5e100d532c5271dae938fde85175
selftests: bpf: install files tcp_(server|client)*.py

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 <anders.roxell@linaro.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/testing/selftests/bpf/Makefile