gnuk/test
Vincent Pelletier 594896ac57 test/feature/202_setup_passphease.feature: Fix expected PW1 value.
Since 040_passphrase_change.feature, PW1 has this value and not the reset
default.

Signed-off-by: Vincent Pelletier <plr.vincent@gmail.com>
2021-02-18 14:28:27 +09:00
..
features test/feature/202_setup_passphease.feature: Fix expected PW1 value. 2021-02-18 14:28:27 +09:00
ecc_nistp256_keys.py add test/ecc_nistp256_keys.py 2015-06-03 16:27:41 +09:00
generate_keys.py Python3 fixes 2015-08-03 19:51:50 +09:00
gnuk_token.py Use tool/gnuk_token.py 2012-12-19 10:44:50 +09:00
README version 0.21 2012-07-06 10:21:58 +09:00
rsa_keys.py test{,s}/rka_keys.py: Add missing char escape specifiers. 2021-02-18 14:28:17 +09:00
rsa-aut.key add test 2012-06-26 17:59:24 +09:00
rsa-dec.key add test 2012-06-26 17:59:24 +09:00
rsa-sig.key add test 2012-06-26 17:59:24 +09: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.