summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_libbpf.sh
Commit message (Collapse)AuthorAgeFilesLines
* selftests/bpf: add selftest that use test_libbpf_openJesper Dangaard Brouer2018-02-091-0/+49
This script test_libbpf.sh will be part of the 'make run_tests' invocation, but can also be invoked manually in this directory, and a verbose mode can be enabled via setting the environment variable $VERBOSE like: $ VERBOSE=yes ./test_libbpf.sh The script contains some tests that are commented out, as they currently fail. They are reminders about what we need to improve for the libbpf loader library. Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
OpenPOWER on IntegriCloud