Files
gnuk/test
Vincent Pelletier c66b01e74b test{,s}/rka_keys.py: Add missing char escape specifiers.
Removes a 2-bytes trailer to the private key template, fitting in the
2-bytes length (which itself lacked an hexadecimal escape specifier, but
without effect on the result).
Fixes the length of the DigestInfo outermost list, from 25 to the intended
49.

Signed-off-by: Vincent Pelletier <plr.vincent@gmail.com>
2021-02-18 14:28:17 +09:00
..
2017-11-06 10:51:11 +09:00
2015-08-03 19:51:50 +09:00
2012-12-19 10:44:50 +09:00
2012-07-06 10:21:58 +09:00
2012-06-26 17:59:24 +09:00
2012-06-26 17:59:24 +09:00
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.