QortalOS Brooklyn for Raspberry Pi 4
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Raziel K. Crowe bddd2b82f7 cleaning up the git 3 years ago
..
features cleaning up the git 3 years ago
README cleaning up the git 3 years ago
ecc_nistp256_keys.py cleaning up the git 3 years ago
generate_keys.py cleaning up the git 3 years ago
gnuk_token.py cleaning up the git 3 years ago
rsa-aut.key cleaning up the git 3 years ago
rsa-dec.key cleaning up the git 3 years ago
rsa-sig.key cleaning up the git 3 years ago
rsa_keys.py cleaning up the git 3 years ago

README

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.