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.
 
 
 
 
 
 
Scare Crowe b45efc6417 Re-push QortalIOS Sources cuz of sissy snowflakes 3 years ago
..
features Re-push QortalIOS Sources cuz of sissy snowflakes 3 years ago
README Re-push QortalIOS Sources cuz of sissy snowflakes 3 years ago
ecc_nistp256_keys.py Re-push QortalIOS Sources cuz of sissy snowflakes 3 years ago
generate_keys.py Re-push QortalIOS Sources cuz of sissy snowflakes 3 years ago
gnuk_token.py Re-push QortalIOS Sources cuz of sissy snowflakes 3 years ago
rsa-aut.key Re-push QortalIOS Sources cuz of sissy snowflakes 3 years ago
rsa-dec.key Re-push QortalIOS Sources cuz of sissy snowflakes 3 years ago
rsa-sig.key Re-push QortalIOS Sources cuz of sissy snowflakes 3 years ago
rsa_keys.py Re-push QortalIOS Sources cuz of sissy snowflakes 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.