-
- Downloads
selftests: hid: import hid-tools hid-core tests
These tests have been developed in the hid-tools[0] tree for a while. Now that we have a proper selftests/hid kernel entry and that the tests are more reliable, it is time to directly include those in the kernel tree. I haven't imported all of hid-tools, the python module, but only the tests related to the kernel. We can rely on pip to fetch the latest hid-tools release, and then run the tests directly from the tree. This should now be easier to request tests when something is not behaving properly in the HID subsystem. [0] https://gitlab.freedesktop.org/libevdev/hid-tools Cc: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by:Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by:
Benjamin Tissoires <benjamin.tissoires@redhat.com>
Showing
- tools/testing/selftests/hid/Makefile 2 additions, 0 deletionstools/testing/selftests/hid/Makefile
- tools/testing/selftests/hid/hid-core.sh 7 additions, 0 deletionstools/testing/selftests/hid/hid-core.sh
- tools/testing/selftests/hid/run-hid-tools-tests.sh 28 additions, 0 deletionstools/testing/selftests/hid/run-hid-tools-tests.sh
- tools/testing/selftests/hid/tests/__init__.py 2 additions, 0 deletionstools/testing/selftests/hid/tests/__init__.py
- tools/testing/selftests/hid/tests/base.py 345 additions, 0 deletionstools/testing/selftests/hid/tests/base.py
- tools/testing/selftests/hid/tests/conftest.py 81 additions, 0 deletionstools/testing/selftests/hid/tests/conftest.py
- tools/testing/selftests/hid/tests/test_hid_core.py 154 additions, 0 deletionstools/testing/selftests/hid/tests/test_hid_core.py
- tools/testing/selftests/hid/vmtest.sh 1 addition, 1 deletiontools/testing/selftests/hid/vmtest.sh
Loading
Please register or sign in to comment