Tomas Susanka
569068044e
tests/ui: skip ui test in session tests
2020-02-07 11:40:59 +00:00
Tomas Susanka
be94824c49
tests: test for passphrase_always_on_device
2020-02-07 11:40:59 +00:00
Tomas Susanka
cd09f9ce94
all: modify passphrase source to always on device
2020-02-07 11:40:59 +00:00
Tomas Susanka
90d5cdfd5b
all: rework passphrase
...
The `on_device` field is being moved to PassphraseAck, State messages
are removed. Features newly contain `session_id`.
2020-02-07 11:40:58 +00:00
Tomas Susanka
4baa76dc67
tests/ui: replace many hash.txt files with one large one
2020-01-31 13:05:58 +00:00
Tomas Susanka
73e17987d2
Revert "tests: add 'timeout' to markers"
...
This reverts commit 5364d5e978
.
2020-01-28 14:45:47 +00:00
Tomas Susanka
5364d5e978
tests: add 'timeout' to markers
2020-01-28 14:30:42 +00:00
matejcik
c612b8fd2d
tests: increase timeout for 16-of-16-share test
2020-01-27 20:17:52 +01:00
matejcik
9279049008
tests: register the 'slow' marker
2020-01-27 20:06:18 +01:00
matejcik
066686a20c
tests: raise timeouts for slow tests
2020-01-27 19:41:50 +01:00
matejcik
25910acdd1
tests: make use of new emulator code in emulator tests
2020-01-23 18:45:57 +01:00
matejcik
f707913f32
tests/ui: update fixtures to include missing confirms
2020-01-23 15:45:10 +01:00
Pavol Rusnak
9a884a5dc5
ci/tests: disable test_LongEcho in HIDTest, remove retry
2020-01-23 12:26:43 +00:00
matejcik
15bd35824b
python/cosi: improve API
...
cosi.verify was renamed to verify_combined, because it is pretty much
ed25519.verify, and the new name implies what it does in terms of the
CoSi scheme: verify a signature with already-combined public keys.
cosi.verify_m_of_n signature was simplified by not requiring the `n`
parameter, which is not important for verification. The updated function
was renamed to cosi.verify, because this is the standard CoSi
verification operation: given signature, digest, required number of
signatures, sigmask, and a list of public keys, verify that enough
signatures are indicated and that they sign the digest.
2020-01-20 17:32:58 +01:00
Tomas Susanka
783fa80d19
tests/ui: mkdir for new test
2020-01-15 12:55:37 +00:00
Tomas Susanka
c332876fc0
tests/ui: fix overall result message
2020-01-10 13:25:52 +00:00
Tomas Susanka
a1a56813fe
tests/ui: use the generated reports to create index.html
...
instead of the pytest reports, because it was quite painful
2020-01-10 12:18:15 +00:00
Tomas Susanka
87d032a8dd
tests/ui: regenerate fixtures due to the red square fix
2020-01-10 08:25:12 +00:00
Tomas Susanka
b846a44a8d
tests/ui: relative path to report pages
2020-01-10 08:25:12 +00:00
Tomas Susanka
23b3a59a5d
tests/ui: order tests in summary
2020-01-09 14:37:15 +00:00
Tomas Susanka
b99a6d5f6c
tests/ui: refactor image reading
2020-01-09 14:32:11 +00:00
Tomas Susanka
346e1e3ebc
tests/ui: remove unnecessary setup_client mark
2020-01-09 14:27:08 +00:00
Tomas Susanka
1103a14c48
tests/ui: move reports and add index.html
2020-01-09 14:25:45 +00:00
Tomas Susanka
c604b8f7fa
tests/ui: rename test fixtures folders
2020-01-09 12:03:23 +00:00
Tomas Susanka
b6ec8d67ba
tests/ui: use different test names
2020-01-09 12:03:23 +00:00
Tomas Susanka
96ec85686e
tests/ui: success html file
2020-01-07 14:43:23 +00:00
Tomas Susanka
75c96f6b0a
tests/ui: regenerate fixtures due to reseed before wipe
2020-01-07 12:38:12 +00:00
Tomas Susanka
b4df1172ca
tests/ui: enable ui test for change_wipe_code
...
Because the previous commit fixed it 🎉 .
2020-01-07 12:38:12 +00:00
Tomas Susanka
78bd43d3c4
tests/conftest: reseed before wipe
2020-01-07 12:38:12 +00:00
Tomas Susanka
0c820091a8
tests/ui: reseed each ui test before running it
2020-01-07 12:38:12 +00:00
Tomas Susanka
8796ca96b9
tests/ui: rename test-screen to ui
2020-01-07 09:13:08 +00:00
Tomas Susanka
56257eb6a5
tests/ui: code review fixes
2020-01-06 14:44:30 +00:00
Tomas Susanka
fe690a6b6b
tests/ui: embed images as base64 to diff.html
2020-01-03 15:07:46 +00:00
Tomas Susanka
ce00fa667a
tests/ui: download recorded fixtures from server
2020-01-03 15:07:46 +00:00
Tomas Susanka
edcd4f9ccc
tests/ui: copy actual dir as recorded if the test passed
...
because it is the same thing then
2020-01-03 14:28:27 +00:00
Tomas Susanka
2eda139ac4
tests/ui: move files to ui_tests dir
2020-01-03 14:28:27 +00:00
Tomas Susanka
e709f76b14
tests: move fixtures to fixtures directory
2020-01-03 14:28:27 +00:00
Tomas Susanka
15069f3e25
tests/ui: introduce diff html
2020-01-03 14:28:27 +00:00
Tomas Susanka
2ceeacb5db
tests/ui: rename also tested fixtures
2020-01-03 14:28:27 +00:00
Tomas Susanka
3a035a0ef8
tests: save screens directly to ui_tests; introduce recorded/actual dir
2020-01-03 14:28:27 +00:00
Tomas Susanka
51ef963738
tests: introduce UI tests for core
2020-01-03 14:28:27 +00:00
Tomas Susanka
a28f29708f
ci: add junit for a nice tests overview
2020-01-03 12:44:12 +00:00
Pavol Rusnak
e5bdf0d51b
Merge pull request #742 from trezor/language
...
common: change language field to IETF BCP 47 language tag
2019-12-12 18:07:54 +01:00
Pavol Rusnak
7646b97dca
common: divisibility -> decimals
2019-12-09 17:43:47 +01:00
Pavol Rusnak
bb8d809a6d
common: change language field to IETF BCP 47 language tag
2019-12-08 11:27:10 +01:00
Tomas Susanka
1b88840f53
docs: move docs to root
2019-12-06 12:24:20 +00:00
Tomas Susanka
61430d800e
core/stellar: add screen for timebounds
2019-12-05 14:31:28 +00:00
Pavol Rusnak
3d50bb5ed8
common: add Peercoin, regenerate coins
2019-12-05 09:43:32 +00:00
Andrew Kozlik
89a3ec1696
tests: Add device tests for wipe code protection.
2019-11-25 17:08:19 +01:00
matejcik
34913a328a
all: disallow most RecoveryDevice fields in dry-run ( fixes #666 )
2019-11-20 12:27:57 +01:00
matejcik
bd9bf4e2bc
python: rename webauthn and u2f to fido
2019-11-18 11:50:07 +01:00
matejcik
40a2c2ce93
tests: improve clicktests
2019-11-15 15:54:16 +01:00
matejcik
862e582ec1
tests: make {needs,no}_backup flags available in test suite
2019-11-13 16:48:35 +01:00
matejcik
fd8aed6105
all: drop XPRV feature of LoadDevice
2019-11-13 16:48:35 +01:00
Tomas Susanka
90edad55fc
python and tests: typos
2019-11-13 13:28:07 +00:00
Tomas Susanka
b12ed82586
tests/device: add test for u2f counter set/get
2019-11-13 11:33:12 +00:00
Tomas Susanka
23c4b97e48
tests/upgrade: test u2f counter
2019-11-13 11:33:11 +00:00
Tomas Susanka
ecf6f12ac7
tests/device: fix eos delegate signing tests
...
The bug was fixed in #681 but tests were not modified appropriately.
2019-11-11 12:20:32 +01:00
Tomas Susanka
31a484bdc6
tests/persistence: extend recovery test to test a full recovery
...
including restarts
2019-11-11 11:06:29 +00:00
Pavol Rusnak
d5129b916d
tests/fido_tests: add simple device tests using libfido2
2019-11-09 10:26:03 +00:00
Tomas Susanka
2aab4e5955
tests/click: refactor reading lines to a function
2019-11-05 10:42:30 +00:00
ciny
905a405cb3
tests: click tests for basic and advanced slip39
2019-11-05 11:13:46 +01:00
Andrew Kozlik
6cc44b133c
tests/webauthn: Account for the increased limit on the number of resident credentials.
2019-11-01 16:14:16 +01:00
Tomas Susanka
c6d6d6c1d7
tests: skip speed tests on T2
2019-11-01 13:59:12 +00:00
Tomas Susanka
04f0b74b29
tests: add upgrade test for recovery
2019-10-25 14:38:10 +00:00
Tomas Susanka
ab59b4731a
tests/click: refactor recovery
2019-10-25 14:38:10 +00:00
Tomas Susanka
1e27a27cd3
tests: update README
2019-10-25 12:22:20 +00:00
Tomas Susanka
9251f73d89
tests: move persistence tests to its own folder
2019-10-25 12:04:14 +00:00
Tomas Susanka
c3d13f41a4
tests/click: fix test_recovery
2019-10-24 07:51:03 +00:00
Adrian Nagy
384275ac73
core/tezos: support the new protocol update (005-BABYLON)
2019-10-23 17:53:10 +02:00
matejcik
9b827baca0
tests: improve Shamir persistence test
2019-10-22 17:06:49 +02:00
matejcik
5488270bc3
core: improve emulator wrapper
...
* supply a gzipped image of an empty SD card so that we don't spend 5s at
every run by formatting it
* add start, stop, restart methods for direct control
* add restart capability to device_handler (a little awkward for now)
2019-10-22 17:06:49 +02:00
matejcik
f22f4d920e
tests: ensure Shamir persistence test runs only for core
2019-10-22 17:06:49 +02:00
matejcik
bc1696b947
tests: add scaffold for Shamir persistence testing
2019-10-22 17:06:49 +02:00
matejcik
7591e98897
tests: rename background.py to device_handler.py
2019-10-22 17:06:49 +02:00
matejcik
c9f4341949
tests: make background handler killable
2019-10-22 17:06:49 +02:00
matejcik
c970ad437d
tests: improve layout_lines API
2019-10-22 17:06:49 +02:00
matejcik
3f9b0b7f4f
tests: improved click tests with BackgroundDeviceHandler
2019-10-22 17:06:49 +02:00
matejcik
49931007e7
tests: fix grid34
2019-10-22 17:06:49 +02:00
matejcik
370b2c4c49
tests: add click-based recovery test
2019-10-22 17:06:49 +02:00
Pavol Rusnak
4bae47ea6d
tests: add multisig marker
2019-10-22 14:32:38 +00:00
Tomas Susanka
8f34b4c5de
Merge pull request #628 from trezor/tsusanka/sdprotect-fix
...
Skip sd protect test on device
2019-10-22 15:40:03 +02:00
Tomas Susanka
bfa5047012
tests/upgrade tests: patch emulators on NixOS
2019-10-22 13:59:26 +02:00
matejcik
6a1a94ac6a
tests: add wipe test for sd_protect
2019-10-21 12:25:18 +02:00
matejcik
ccd1940ea8
tests: more assertions on sd_protect
2019-10-21 12:11:51 +02:00
matejcik
d9efd92c0a
tests: error-out sd_card tests without SD card
2019-10-21 11:46:32 +02:00
Tomas Susanka
b530e7c105
ci: add fido2 tests to ci
2019-10-18 16:54:00 +02:00
Tomas Susanka
92e23a2d06
tests: add sd_card marker and improve sd test
2019-10-17 15:54:22 +02:00
Andrew Kozlik
1ca1d77bf7
tests/sign_tx: Add a test to ensure that if the change output is modified after the user confirms the transaction, then signing fails.
2019-10-17 12:59:27 +02:00
Andrew Kozlik
564b24191e
debug: Add left and right swipe direction to DebugLinkDecision message and unify terminology around swipe direction.
2019-10-10 14:56:49 +02:00
matejcik
47a21ceebc
tests: update Stellar XDR Builder instructions
2019-10-10 14:38:38 +02:00
Tomas Susanka
efb3eef0c4
tests/stellar: add hex to stellar operations signatures
2019-10-09 15:25:41 +00:00
ciny
79fedfd389
tests: enable nobackup tests for T1
2019-10-02 14:31:21 +02:00
matejcik
45665bde23
tests: parametrize reset/backup tests
2019-10-02 14:31:21 +02:00
ciny
a8f2f7b1e3
tests: expand backup device tests
2019-10-02 14:31:21 +02:00
Tomas Susanka
6b8f63c624
docs: improve tests documentation
2019-10-01 15:14:36 +02:00
matejcik
3c62db2696
stellar: fix ManageDataOp value padding
2019-10-01 15:12:37 +02:00
matejcik
97a5fd14b6
tests: reformat stellar test
2019-10-01 15:12:37 +02:00
matejcik
1c53c2bdf2
core/recovery: allow changing word count again ( fixes #554 )
2019-09-24 14:04:51 +02:00
Andrew Kozlik
de74750569
core: Show success and failure dialogs in change-pin.
2019-09-23 10:38:58 +02:00
matejcik
25f5dd8bdd
tests: add check that backup succeeded
2019-09-20 18:06:02 +02:00
matejcik
b30d9f6897
tests: add backup test for SLIP39 Basic
2019-09-20 17:39:25 +02:00
matejcik
78ecc38b1b
core: fix BIP39 backup
...
Refers to #550 . Not marking fixed because we need more tests.
2019-09-20 17:14:59 +02:00
matejcik
2e3cd6e654
tests: add reset-recovery test for BIP39
2019-09-20 17:12:20 +02:00
matejcik
65c1afa728
tests: add TT change pin test ( fixes #228 )
2019-09-20 15:47:34 +02:00
matejcik
4eb98c254a
tests: only allow input_flow in a with-block
2019-09-20 15:47:34 +02:00
Tomas Susanka
cefb1cf4fd
core: refactor slip39
2019-09-19 16:38:29 +02:00
Andrew Kozlik
262434ea1b
python/tests: Add SD protection device test.
2019-09-18 18:55:58 +02:00
Pavol Rusnak
8d2b32332b
tests: increase timeout for emulators to 30s
2019-09-18 17:07:57 +02:00
Andrew Kozlik
ad2dc544a7
tests: Add credential management device tests.
2019-09-17 18:32:31 +02:00
Pavol Rusnak
de011fa069
tests: update u2ftest to auto-confirm when needed
2019-09-14 14:36:33 +02:00
Pavol Rusnak
683ae579d1
tests/fido2-tests: cleanup u2f-tests-hid
2019-09-13 12:47:28 +02:00
Pavol Rusnak
6cfb640da6
tests: fix failure code in U2FTest
2019-09-13 11:16:00 +02:00
Pavol Rusnak
ca4581ce74
tests: add fido-tests/u2f-tests-hid
2019-09-12 17:50:17 +02:00
Tomas Susanka
75c539ec55
all: replace /bin/bash with /usr/bin/env bash
2019-09-12 17:35:55 +02:00
matejcik
8c08527f50
tests: cleanup conftest.py
2019-09-12 14:43:08 +02:00
matejcik
6e4921c030
tests: finish extracting common functionality for emulators
2019-09-12 14:43:08 +02:00
matejcik
643122b651
tests: harden upgrade test
2019-09-12 14:41:05 +02:00
matejcik
5e369e057a
tests: remove unused parts of common.py
2019-09-12 14:41:05 +02:00
matejcik
e89a913b1b
tests: fix relative imports
2019-09-12 14:41:05 +02:00
matejcik
e3ceef2af6
tests: drop all explicit conftest references
2019-09-12 14:41:05 +02:00
matejcik
56f5f73550
tests: drop TrezorTest class
2019-09-12 14:41:05 +02:00
matejcik
b7ba306a46
tests: start moving common functions to top level
2019-09-12 14:29:33 +02:00
Pavol Rusnak
9898b9f208
tests/device_tests: don't wait forever for emulator to start listening
2019-09-10 23:34:28 +02:00
Pavol Rusnak
775f5b4e66
tests: check reported version of the emulator in the upgrade_tests
2019-09-10 21:16:52 +02:00
Pavol Rusnak
ee84450fe7
tests: use appropriate env variables to set emulator profile dir
2019-09-10 20:58:16 +02:00
matejcik
885a21ab36
tests: add missing licence headers
2019-09-10 13:48:51 +02:00
matejcik
e31a499702
tests: check all combination of Shamir shares in reset-recovery test
2019-09-10 13:48:51 +02:00
matejcik
7be9bcac79
tests: extract more common functionality
2019-09-10 13:48:51 +02:00
matejcik
8814837a9e
ci: split "test upgrade" for core and legacy ( fixes #501 )
2019-09-10 13:48:51 +02:00
Pavol Rusnak
40eabf9012
tests: fix test_msg_binance_sign_tx.py
2019-09-03 15:11:50 +02:00
Tomas Susanka
33cc147c66
tests: fix loaddevice test
2019-09-02 14:35:15 +02:00
Tomas Susanka
798ee4a83f
tests: enable load_device test for core
2019-09-02 13:55:16 +02:00
Tomas Susanka
41b76f4f31
tests: move enter_all_shares recovery function to common
2019-09-02 10:20:51 +02:00
Pavol Rusnak
74b734fd66
tests: be consistent
2019-09-01 09:54:19 +02:00
matejcik
5b8f542436
python: do not accept bytes for str protobuf fields
...
fixes #283
also adds typing information to misc.py
2019-08-29 15:07:50 +02:00
matejcik
2d4b23d64a
fixup! tests: convert from self.client to the client fixture
2019-08-29 15:07:50 +02:00
matejcik
122f6c8085
tests: update shamir tests for setup_client markers
2019-08-29 15:07:50 +02:00
matejcik
8e1d5374b1
tests: drop methods from TrezorTest class
...
tests: remove forgotten imports
2019-08-29 15:07:50 +02:00
matejcik
871a68e0be
tests: improve ethereum tests
2019-08-29 15:07:50 +02:00
matejcik
e0f55be7a6
tests: convert from self.client to the client fixture
2019-08-29 15:07:50 +02:00
matejcik
eee02dd3f8
tests: make mnemonics top-level
2019-08-29 15:07:50 +02:00
matejcik
4b2235ab78
tests: convert setup_client to a marker
2019-08-29 15:07:50 +02:00
matejcik
1e4cf8d801
tests: make altcoin check prettier
2019-08-29 15:07:50 +02:00
matejcik
77d4f02b3a
tests: make use of input_flow in test_cancel
2019-08-29 15:07:50 +02:00
Tomas Susanka
fd53c72a3c
Merge pull request #428 from trezor/ciny/super_shamir
...
UI for multi level Shamir reset and recovery
2019-08-27 13:22:32 +02:00
ciny
81f5cbef93
core + tests: Super shamir reset and recovery UI and tests
2019-08-27 11:50:42 +02:00
Tomas Susanka
077735f57b
ci: introduce upgrade tests
...
closes #126
2019-08-26 16:02:06 +02:00
matejcik
2022c39ef9
core/ethereum: add support for wanchain slip44 id ( #440 )
2019-08-25 16:36:14 +02:00
Pavol Rusnak
b1f435e178
ci: test BITCOIN_ONLY firmware
2019-08-23 13:52:14 +02:00