mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2025-12-26 19:20:13 +01:00
tests/fprintd-utils: Check that all fingers are listed
This commit is contained in:
parent
94d3a18dcd
commit
d33a7c7e9d
1 changed files with 4 additions and 0 deletions
|
|
@ -239,6 +239,10 @@ class TestFprintdUtilsVerify(TestFprintdUtilsBase):
|
|||
self.start_verify_process()
|
||||
self.assertEqual(self.process.poll(), 1)
|
||||
|
||||
def test_fprintd_list_all_fingers(self):
|
||||
self.set_enrolled_fingers(VALID_FINGER_NAMES)
|
||||
self.start_verify_process()
|
||||
|
||||
def test_fprintd_verify_script(self):
|
||||
script = [
|
||||
( 'verify-match', True, 2 )
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue