lkml.org 
[lkml]   [2019]   [Sep]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.2 046/143] selftests/bpf: install files test_xdp_vlan.sh
    Date
    [ Upstream commit 3035bb72ee47d494c041465b4add9c6407c832ed ]

    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: d35661fcf95d ("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>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    tools/testing/selftests/bpf/Makefile | 3 ++-
    1 file changed, 2 insertions(+), 1 deletion(-)

    diff --git a/tools/testing/selftests/bpf/Makefile b/tools/testing/selftests/bpf/Makefile
    index b9e88ccc289ba..adced69d026e5 100644
    --- a/tools/testing/selftests/bpf/Makefile
    +++ b/tools/testing/selftests/bpf/Makefile
    @@ -61,7 +61,8 @@ TEST_PROGS := test_kmod.sh \
    TEST_PROGS_EXTENDED := with_addr.sh \
    with_tunnels.sh \
    tcp_client.py \
    - tcp_server.py
    + tcp_server.py \
    + test_xdp_vlan.sh

    # Compile but not part of 'make run_tests'
    TEST_GEN_PROGS_EXTENDED = test_libbpf_open test_sock_addr test_skb_cgroup_id_user \
    --
    2.20.1


    \
     
     \ /
      Last update: 2019-09-04 20:19    [W:4.285 / U:0.320 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site