gnuk/tests
2016-10-15 19:28:57 +09:00
..
card_reader.py tests/ update 2016-10-13 10:04:27 +09:00
conftest.py tests/ update 2016-10-13 10:04:27 +09:00
openpgp_card.py Add pubkey tests 2016-10-15 16:55:22 +09:00
README Fix difference between original OpenPGP card 2016-10-13 10:33:02 +09:00
rsa_keys.py more tests (incomplete) 2016-10-12 10:22:57 +09:00
rsa-aut.key more tests (incomplete) 2016-10-12 10:22:57 +09:00
rsa-dec.key more tests (incomplete) 2016-10-12 10:22:57 +09:00
rsa-sig.key more tests (incomplete) 2016-10-12 10:22:57 +09:00
test_empty_card.py Add tests/ accessing DO 6E 2016-10-15 19:28:57 +09:00
test_personalize_card.py Add tests/ accessing DO 6E 2016-10-15 19:28:57 +09:00
test_personalize_reset_card.py Add pubkey tests 2016-10-15 16:55:22 +09:00
test_remove_keys_card.py fix tests/ 2016-10-12 19:42:22 +09:00
util.py more tests (incomplete) 2016-10-12 10:22:57 +09:00

Here is a test suite for OpenPGP card.

For now, only TPDU card reader is supported for OpenPGP card.
Gnuk Token is supported as well.


You need to install:

   $ sudo apt-get install python3-pytest python3-usb

Please run test by typing:

    $ py.test-3 -x