aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/.gitignore
diff options
context:
space:
mode:
authorMichal Rostecki <mrostecki@opensuse.org>2020-02-26 17:59:39 +0100
committerDaniel Borkmann <daniel@iogearbox.net>2020-02-26 18:34:34 +0100
commit736332740e295d9b6fc524f0447448f6089911d9 (patch)
tree151ce51a79c919a4810982e05a76c62802281d43 /tools/testing/selftests/.gitignore
parentbpftool: Update bash completion for "bpftool feature" command (diff)
downloadwireguard-linux-736332740e295d9b6fc524f0447448f6089911d9.tar.xz
wireguard-linux-736332740e295d9b6fc524f0447448f6089911d9.zip
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/.gitignore5
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]