Adding first tests.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
7
tests/pico-fido/test_authenticate.py
Normal file
7
tests/pico-fido/test_authenticate.py
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
def test_authenticate(device):
|
||||
device.reset()
|
||||
REGRes,AUTData = device.register()
|
||||
|
||||
credentials = [AUTData.credential_data]
|
||||
AUTRes = device.authenticate(credentials)
|
||||
Reference in New Issue
Block a user