python-trezor/tests/test.py

53 lines
966 B
Python
Raw Normal View History

2012-11-13 06:09:39 -08:00
#!/usr/bin/python
2014-01-31 10:48:19 -08:00
'''
2014-02-03 15:32:10 -08:00
TODO:
2014-02-20 19:46:12 -08:00
ApplySettings
x ChangePin
x Ping
x GetEntropy
GetPublicKey
x GetAddress
x WipeDevice
x LoadDevice
x ResetDevice
RecoveryDevice
x SignMessage
x VerifyMessage
EstimateTxSize
- SignTx
x SimpleSignTx
FirmwareErase
FirmwareUpload
2014-01-31 10:48:19 -08:00
protection levels
2014-01-31 10:48:19 -08:00
- zrejme v sucinnosti s inymi testami
2014-02-20 17:33:08 -08:00
x ButtonRequest/ButtonAck workflow
x PinMatrixRequest/PinMatrixAck workflow
x PassphraseRequest/PassphraseAck workflow
2014-01-31 10:48:19 -08:00
2014-02-20 19:46:12 -08:00
- rozsirit test_sign.tx o viac transakcii (zlozitejsich)
x fee over threshold
x not enough funds
x viac ako jeden vstup a jeden vystup
x iny cointype ako 0
2014-01-31 10:48:19 -08:00
- chceme v tomto release(?)
2014-02-15 11:31:34 -08:00
x SignMessage workflow
x VerifyMessage workflow
2014-01-31 10:48:19 -08:00
2014-02-20 19:46:12 -08:00
otestovat session handling (tento test bude zrejme failovat na RPi)
Failure_NotInitialized
Features reflects all variations of LoadDevice
Maxfee settings
Client requires OTP
Client requires PIN
2014-02-08 14:15:14 -08:00
x Zero signature test
2014-02-15 11:31:34 -08:00
2014-02-20 17:33:08 -08:00
x test bip39, utf, passphrase
2014-02-20 10:15:43 -08:00
x Clear session on ChangePin
2012-11-15 12:05:57 -08:00
'''