fprintd/tests
Marco Trevisan (Treviño) 1511eb93ea device: Do not list invalid prints as enrolled
The user may have some invalid prints saved (like the ones enrolled with
fprintd 1) in the storage, this lead to list such prints as enrolled but
they're actually not valid.

So load the prints to ensure that those are of the valid type instead of
just discovering them.

We may make just store.discover_prints to be aware of this, but this
would break some assumptions we do in tests, so better to go this way.
2021-03-02 17:15:14 +01:00
..
dbusmock tests: Check that PAM stops if the device could not be claimed 2020-12-07 15:27:14 +01:00
pam pam_fprintd: Just return a PAM_AUTH_ERROR on unknown errors 2021-03-02 17:15:14 +01:00
prints tests: Add test prints from libfprint 2019-12-03 17:08:03 +01:00
fprintd.py device: Do not list invalid prints as enrolled 2021-03-02 17:15:14 +01:00
LSAN-leaks-suppress.txt build: Support running tests with address sanitizer 2020-04-01 13:58:08 +00:00
meson.build build: Don't add the utils tests under the daemon suite 2020-11-04 21:06:13 +01:00
output_checker.py tests: Update output checker 2021-02-15 17:45:08 +01:00
test_fprintd_utils.py tests: Port test to use the OutputChecker 2020-12-07 15:27:14 +01:00
unittest_inspector.py tests: Add a tool to inspect the single python unit tests 2020-03-27 01:57:22 +01:00