diff options
author | Michal Rostecki <mrostecki@opensuse.org> | 2020-02-26 19:59:39 +0300 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2020-02-26 20:34:34 +0300 |
commit | 736332740e295d9b6fc524f0447448f6089911d9 (patch) | |
tree | 151ce51a79c919a4810982e05a76c62802281d43 /tools/testing/selftests/.gitignore | |
parent | ad92b12a6e0ebfb6d32693f374ac8572f527c0c1 (diff) | |
download | linux-736332740e295d9b6fc524f0447448f6089911d9.tar.xz |
selftests/bpf: Add test for "bpftool feature" command
Add Python module with tests for "bpftool feature" command, which mainly
checks whether the "full" option is working properly.
Signed-off-by: Michal Rostecki <mrostecki@opensuse.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Reviewed-by: Quentin Monnet <quentin@isovalent.com>
Link: https://lore.kernel.org/bpf/20200226165941.6379-6-mrostecki@opensuse.org
Diffstat (limited to 'tools/testing/selftests/.gitignore')
-rw-r--r-- | tools/testing/selftests/.gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/testing/selftests/.gitignore b/tools/testing/selftests/.gitignore index 61df01cdf0b2..304fdf1a21dc 100644 --- a/tools/testing/selftests/.gitignore +++ b/tools/testing/selftests/.gitignore @@ -3,4 +3,7 @@ gpiogpio-hammer gpioinclude/ gpiolsgpio tpm2/SpaceTest.log -tpm2/*.pyc + +# Python bytecode and cache +__pycache__/ +*.py[cod] |