Add card personalize 2 tests

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2025-05-12 15:16:48 +02:00
parent f34cdac00b
commit c39b87019e
7 changed files with 36 additions and 15 deletions

View File

@@ -29,7 +29,7 @@ from constants_for_test import *
class Test_Card_PK_OPs_KG(object):
def test_verify_pw3_0(self, card):
v = card.verify(3, PW3_TEST0)
v = card.verify(3, FACTORY_PASSPHRASE_PW3)
assert v
def test_signature_sigkey(self, card):