works with yubikey5

This commit is contained in:
Conor Patrick
2019-03-22 01:22:55 -04:00
parent 0a7845459c
commit 5076af1be4
4 changed files with 60 additions and 104 deletions

View File

@ -43,15 +43,6 @@ if __name__ == "__main__":
# t.test_fido2()
FIDO2Tests(t).run()
if "fido2-ext" in sys.argv:
pass
if "rk" in sys.argv:
pass
if "ping" in sys.argv:
pass
# hid tests are a bit invasive and should be done last
if "hid" in sys.argv:
HIDTests(t).run()