test solo commands on fido2 layer
This commit is contained in:
parent
2d233f164e
commit
dbe5283e1f
@ -1799,6 +1799,11 @@ class Tester:
|
|||||||
except ApduError:
|
except ApduError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
sc.exchange = sc.exchange_fido2
|
||||||
|
with Test("Test Solo version and random commands with fido2 layer"):
|
||||||
|
assert len(sc.solo_version()) == 3
|
||||||
|
sc.get_rng()
|
||||||
|
|
||||||
def test_bootloader(self,):
|
def test_bootloader(self,):
|
||||||
sc = SoloClient()
|
sc = SoloClient()
|
||||||
sc.find_device(self.dev)
|
sc.find_device(self.dev)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user