diff options
author | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2023-01-13 12:09:27 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2023-01-19 00:08:38 +0300 |
commit | 507806e9fdf09774d390c5f22893ba4d87ce40d5 (patch) | |
tree | 5fc3ee4fedd927225568e018f2362e300e3e616f /tools/testing/selftests/hid/.gitignore | |
parent | bf7660dab30dfb43fcdd3c73b1f526e53f78b76c (diff) | |
download | linux-507806e9fdf09774d390c5f22893ba4d87ce40d5.tar.xz |
selftests: hid: add vmtest.sh
Similar-ish in many points from the script in selftests/bpf, with a few
differences:
- relies on boot2container instead of a plain qemu image (meaning that
we can take any container in a registry as a base)
- runs in the hid selftest dir, and such uses the test program from there
- the working directory to store the config is in
tools/selftests/hid/results
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'tools/testing/selftests/hid/.gitignore')
-rw-r--r-- | tools/testing/selftests/hid/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/hid/.gitignore b/tools/testing/selftests/hid/.gitignore index a462ca6ab2c0..995af0670f69 100644 --- a/tools/testing/selftests/hid/.gitignore +++ b/tools/testing/selftests/hid/.gitignore @@ -2,3 +2,4 @@ bpftool *.skel.h /tools hid_bpf +results |