]> 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)
commit84a6581f0845101c70a85c4edfd3f670c7eaaf4d
tree9807cdbc58d07a09bc1b7a990d622085f9a4e2c9
parent0c796aa51d6e07cef49170b3f61c13d5dbc025a8
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: 6d203471b2d9 ("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