2012-11-13 14:09:39 +00:00
|
|
|
#!/usr/bin/python
|
2014-01-31 18:48:19 +00:00
|
|
|
'''
|
2014-02-03 23:32:10 +00:00
|
|
|
|
|
|
|
TODO:
|
|
|
|
|
2014-01-31 18:48:19 +00:00
|
|
|
* ApplySettings workflow, zistit cez Features ci sa zmeny aplikovali
|
2014-02-21 01:33:08 +00:00
|
|
|
x WipeDevice workflow, zistit cez Features ci to prebehlo
|
|
|
|
x LoadDevice workflow, zistit cez Features ci to prebehlo
|
2014-02-20 18:15:43 +00:00
|
|
|
x ResetDevice workflow
|
2014-01-31 18:48:19 +00:00
|
|
|
|
|
|
|
- zrejme v sucinnosti s inymi testami
|
2014-02-21 01:33:08 +00:00
|
|
|
x ButtonRequest/ButtonAck workflow
|
|
|
|
x PinMatrixRequest/PinMatrixAck workflow
|
|
|
|
x PassphraseRequest/PassphraseAck workflow
|
2014-01-31 18:48:19 +00:00
|
|
|
|
|
|
|
* rozsirit test_sign.tx o viac transakcii (zlozitejsich)
|
2014-02-08 23:13:32 +00:00
|
|
|
x fee over threshold
|
|
|
|
x not enough funds
|
|
|
|
x viac ako jeden vstup a jeden vystup
|
|
|
|
x iny cointype ako 0
|
2014-01-31 18:48:19 +00:00
|
|
|
|
|
|
|
- chceme v tomto release(?)
|
2014-02-15 19:31:34 +00:00
|
|
|
x SignMessage workflow
|
|
|
|
x VerifyMessage workflow
|
2014-01-31 18:48:19 +00:00
|
|
|
|
|
|
|
* otestovat session handling (tento test bude zrejme failovat na RPi)
|
2014-02-13 15:47:28 +00:00
|
|
|
* Failure_NotInitialized
|
2014-02-03 23:32:10 +00:00
|
|
|
* Features reflects all variations of LoadDevice
|
|
|
|
* Maxfee settings
|
|
|
|
* Client requires OTP
|
|
|
|
* Client requires PIN
|
2014-02-08 22:15:14 +00:00
|
|
|
|
|
|
|
x Zero signature test
|
2014-02-15 19:31:34 +00:00
|
|
|
|
2014-02-21 01:33:08 +00:00
|
|
|
x test bip39, utf, passphrase
|
2014-02-20 18:15:43 +00:00
|
|
|
x Clear session on ChangePin
|
2012-11-15 20:05:57 +00:00
|
|
|
'''
|