tests/fprintd-utils: Check that all fingers are listed

This commit is contained in:
Marco Trevisan (Treviño)
2020-04-03 02:55:48 +02:00
parent 94d3a18dcd
commit d33a7c7e9d

View File

@ -239,6 +239,10 @@ class TestFprintdUtilsVerify(TestFprintdUtilsBase):
self.start_verify_process() self.start_verify_process()
self.assertEqual(self.process.poll(), 1) 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): def test_fprintd_verify_script(self):
script = [ script = [
( 'verify-match', True, 2 ) ( 'verify-match', True, 2 )