]> git.baikalelectronics.ru Git - kernel.git/commit
selftests/bpf: install files test_xdp_vlan.sh
authorAnders Roxell <anders.roxell@linaro.org>
Tue, 20 Aug 2019 13:41:21 +0000 (15:41 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Wed, 21 Aug 2019 15:06:04 +0000 (17:06 +0200)
commita257ff11ed8f1712eb29946f06d6b76292e5c978
tree9807cdbc58d07a09bc1b7a990d622085f9a4e2c9
parent0566d3b8b0e7adf5959725235ba821cd2013eadb
selftests/bpf: install files test_xdp_vlan.sh

When ./test_xdp_vlan_mode_generic.sh runs it complains that it can't
find file test_xdp_vlan.sh.

 # selftests: bpf: test_xdp_vlan_mode_generic.sh
 # ./test_xdp_vlan_mode_generic.sh: line 9: ./test_xdp_vlan.sh: No such
 file or directory

Rework so that test_xdp_vlan.sh gets installed, added to the variable
TEST_PROGS_EXTENDED.

Fixes: fea8dc7193c3 ("selftests/bpf: add wrapper scripts for test_xdp_vlan.sh")
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Acked-by: Jesper Dangaard Brouer <jbrouer@redhat.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/testing/selftests/bpf/Makefile