3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-01-30 23:02:18 +00:00
Brooklyn/gnuk/test
Scare Crowe 9cbba792a1 GNUK
2021-05-27 00:21:07 +05:00
..
features GNUK 2021-05-27 00:21:07 +05:00
ecc_nistp256_keys.py GNUK 2021-05-27 00:21:07 +05:00
generate_keys.py GNUK 2021-05-27 00:21:07 +05:00
gnuk_token.py GNUK 2021-05-27 00:21:07 +05:00
README GNUK 2021-05-27 00:21:07 +05:00
rsa_keys.py GNUK 2021-05-27 00:21:07 +05:00
rsa-aut.key GNUK 2021-05-27 00:21:07 +05:00
rsa-dec.key GNUK 2021-05-27 00:21:07 +05:00
rsa-sig.key GNUK 2021-05-27 00:21:07 +05:00

This is a functionality test suite for Gnuk.

You need python-nose, python-freshen as well as python-usb.

Besides, python-crypto is needed when you use generate_keys.py to
update contents of *.key.


Type:

  $ nosetests --with-freshen

or

  $ nosetests -v --with-freshen

to run the test suite.

To skip tests for key generation, add an option "--tag ~keygen".  To
stop running tests after the first error or failure, add "--stop" option.