public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
* [PATCH bpf] selftests/bpf: install with_tunnels.sh for test_flow_dissector.sh
@ 2019-01-14 17:41 Stanislav Fomichev
  2019-01-15 20:01 ` Daniel Borkmann
  0 siblings, 1 reply; 2+ messages in thread
From: Stanislav Fomichev @ 2019-01-14 17:41 UTC (permalink / raw)
  To: netdev; +Cc: davem, ast, daniel, Stanislav Fomichev

test_flow_dissector.sh depends on both with_addr.sh and with_tunnels.sh
However, we install only with_addr.sh.

Add with_tunnels.sh to TEST_PROGS_EXTENDED to make sure it gets
installed as well.

Tested with: make TARGETS=bpf install INSTALL_PATH=$PWD/x

Fixes: ef4ab8447aa26 ("selftests: bpf: install script with_addr.sh")
Signed-off-by: Stanislav Fomichev <sdf@google•com>
---
 tools/testing/selftests/bpf/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/testing/selftests/bpf/Makefile b/tools/testing/selftests/bpf/Makefile
index 70229de510f5..41ab7a3668b3 100644
--- a/tools/testing/selftests/bpf/Makefile
+++ b/tools/testing/selftests/bpf/Makefile
@@ -56,6 +56,7 @@ TEST_PROGS := test_kmod.sh \
 	test_xdp_vlan.sh
 
 TEST_PROGS_EXTENDED := with_addr.sh \
+	with_tunnels.sh \
 	tcp_client.py \
 	tcp_server.py
 
-- 
2.20.1.97.g81188d93c3-goog

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH bpf] selftests/bpf: install with_tunnels.sh for test_flow_dissector.sh
  2019-01-14 17:41 [PATCH bpf] selftests/bpf: install with_tunnels.sh for test_flow_dissector.sh Stanislav Fomichev
@ 2019-01-15 20:01 ` Daniel Borkmann
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Borkmann @ 2019-01-15 20:01 UTC (permalink / raw)
  To: Stanislav Fomichev, netdev; +Cc: davem, ast

On 01/14/2019 06:41 PM, Stanislav Fomichev wrote:
> test_flow_dissector.sh depends on both with_addr.sh and with_tunnels.sh
> However, we install only with_addr.sh.
> 
> Add with_tunnels.sh to TEST_PROGS_EXTENDED to make sure it gets
> installed as well.
> 
> Tested with: make TARGETS=bpf install INSTALL_PATH=$PWD/x
> 
> Fixes: ef4ab8447aa26 ("selftests: bpf: install script with_addr.sh")
> Signed-off-by: Stanislav Fomichev <sdf@google•com>

Applied, thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-15 20:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-14 17:41 [PATCH bpf] selftests/bpf: install with_tunnels.sh for test_flow_dissector.sh Stanislav Fomichev
2019-01-15 20:01 ` Daniel Borkmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox