Revert "Add card personalize 2 tests"

This reverts commit 0c46c1d25ce3c109bb8014914bd812a2a000f0ac.
This commit is contained in:
Pol Henarejos
2025-05-13 15:44:42 +02:00
parent b62573a6bd
commit 1a24a9ed1b
7 changed files with 15 additions and 36 deletions

View File

@@ -144,7 +144,7 @@ class Test_Card_Personalize_Card_2(object):
assert v
def test_setup_pw3_1(self, card):
r = card.change_passwd(3, FACTORY_PASSPHRASE_PW3, PW3_TEST1)
r = card.change_passwd(3, PW3_TEST0, PW3_TEST1)
assert r
def test_verify_pw3_1(self, card):
@@ -176,9 +176,9 @@ class Test_Card_Personalize_Card_2(object):
assert v
def test_setup_pw3_2(self, card):
r = card.change_passwd(3, PW3_TEST1, FACTORY_PASSPHRASE_PW3)
r = card.change_passwd(3, PW3_TEST1, PW3_TEST0)
assert r
def test_verify_pw3_2(self, card):
v = card.verify(3, FACTORY_PASSPHRASE_PW3)
v = card.verify(3, PW3_TEST0)
assert v