linux/tools/testing/selftests/tc-testing/plugin-lib
Davide Caratti 7145fcfffe tc-testing: fix eBPF tests failure on linux fresh clones
when the following command is done on a fresh clone of the kernel tree,

 [root@f31 tc-testing]# ./tdc.py -c bpf

test cases that need to build the eBPF sample program fail systematically,
because 'buildebpfPlugin' is unable to install the kernel headers (i.e, the
'khdr' target fails). Pass the correct environment to 'make', in place of
ENVIR, to allow running these tests.

Fixes: 4c2d39bd40 ("tc-testing: use a plugin to build eBPF program")
Signed-off-by: Davide Caratti <dcaratti@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-02-04 09:30:00 +01:00
..
buildebpfPlugin.py tc-testing: fix eBPF tests failure on linux fresh clones 2020-02-04 09:30:00 +01:00
nsPlugin.py tc-testing: don't hardcode 'ip' in nsPlugin.py 2019-08-31 23:47:25 -07:00
README-PLUGINS
rootPlugin.py
scapyPlugin.py tc-testing: introduce scapyPlugin for basic traffic 2019-07-09 14:07:20 -07:00
valgrindPlugin.py tc-testing: Allow test cases to be skipped 2019-03-01 23:05:06 -08:00