1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-14 11:59:11 +00:00
trezor-firmware/tests/test.py

33 lines
1018 B
Python
Raw Normal View History

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
* WipeDevice workflow, zistit cez Features ci to prebehlo
* LoadDevice workflow, zistit cez Features ci to prebehlo
* ResetDevice workflow
- zrejme v sucinnosti s inymi testami
* ButtonRequest/ButtonAck workflow (vyvolat napr. pomocou GetEntropy, myslim ze ten GetEntropy vyzaduje PIN, ale ja by som to dal na button)
* PinMatrixRequest/PinMatrixAck workflow (vyvolat napr. pomocou ChangePin)
* PassphraseRequest/PassphraseAck workflow (vyvolat napr. pomocou GetAddress)
* rozsirit test_sign.tx o viac transakcii (zlozitejsich)
2014-02-06 09:41:19 +00:00
* fee over threshold
* not enough funds
* viac ako jeden vstup a jeden vystup
* iny cointype ako 0
2014-01-31 18:48:19 +00:00
- chceme v tomto release(?)
* SignMessage workflow
* VerifyMessage workflow
* otestovat session handling (tento test bude zrejme failovat na RPi)
2014-02-03 23:32:10 +00:00
* Features reflects all variations of LoadDevice
* Maxfee settings
* Client requires OTP
* Client requires PIN
2012-11-15 20:05:57 +00:00
'''