Identify before running this test.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2023-02-03 19:17:52 +01:00
parent 5e257729a3
commit e914d5f576

View File

@@ -29,6 +29,10 @@ from constants_for_test import *
import pytest
class Test_Card_Personalize_Card_2(object):
def test_verify_pw3_0(self, card):
v = card.verify(3, PW3_TEST0)
assert v
def test_import_key_1(self, card):
key = get_key(card)
t = key[0].build_privkey_template(card.is_yubikey)