You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/tests/device_tests
Tomas Susanka 20d66adddd
core: disable passphrase_always_on_device when turning off passphrase
4 years ago
..
.gitignore tests: move device tests to top-level 5 years ago
README.md docs: move docs to root 4 years ago
__init__.py tests: move device tests to top-level 5 years ago
data_webauthn.py tests/webauthn: Account for the increased limit on the number of resident credentials. 5 years ago
signtx.py tests: simplify code of test_msg_signtx 4 years ago
test_basic.py all: rework passphrase 4 years ago
test_bip32_speed.py tests: skip speed tests on T2 5 years ago
test_cancel.py python: unify protobuf-encoding code paths 4 years ago
test_cosi.py python/cosi: improve API 4 years ago
test_debuglink.py tests: unify Ping replacements 4 years ago
test_msg_applysettings.py core: disable passphrase_always_on_device when turning off passphrase 4 years ago
test_msg_backup_device.py tests/ui: reseed each ui test before running it 4 years ago
test_msg_binance_get_address.py tests: add missing licence headers 5 years ago
test_msg_binance_get_public_key.py tests: add missing licence headers 5 years ago
test_msg_binance_sign_tx.py tests: add missing licence headers 5 years ago
test_msg_cardano_get_address.py common: change language field to IETF BCP 47 language tag 4 years ago
test_msg_cardano_get_address_slip39_basic.py core: ensure default task restarts after a passphrase workflow (fixes #883) 4 years ago
test_msg_cardano_get_public_key.py tests: convert setup_client to a marker 5 years ago
test_msg_cardano_get_public_key_slip39_basic.py core: ensure default task restarts after a passphrase workflow (fixes #883) 4 years ago
test_msg_cardano_sign_transaction.py tests: streamline TrezorFailure exception usage 4 years ago
test_msg_cardano_sign_tx_slip39_basic.py python/debuglink: add docstrings, rename functions for clearer usage 4 years ago
test_msg_change_wipe_code_t1.py legacy, tests: Check for invalid PIN. 4 years ago
test_msg_change_wipe_code_t2.py tests: add wipe code activation test 4 years ago
test_msg_changepin.py legacy, tests: Check for invalid PIN. 4 years ago
test_msg_changepin_t2.py tests/ui: remove unnecessary setup_client mark 4 years ago
test_msg_cipherkeyvalue.py tests: fix relative imports 5 years ago
test_msg_clearsession.py tests: simplify ClearSession test 4 years ago
test_msg_eos_get_public_key.py tests: fix relative imports 5 years ago
test_msg_eos_signtx.py tests/device: fix eos delegate signing tests 5 years ago
test_msg_ethereum_getaddress.py tests: fix relative imports 5 years ago
test_msg_ethereum_getpublickey.py tests: fix relative imports 5 years ago
test_msg_ethereum_signmessage.py tests: fix relative imports 5 years ago
test_msg_ethereum_signtx.py common: divisibility -> decimals 4 years ago
test_msg_ethereum_signtx_eip155.py tests: drop methods from TrezorTest class 5 years ago
test_msg_ethereum_verifymessage.py tests: drop TrezorTest class 5 years ago
test_msg_getaddress.py python: drop deprecated name CallException 4 years ago
test_msg_getaddress_segwit.py tests: add multisig marker 5 years ago
test_msg_getaddress_segwit_native.py tests: add multisig marker 5 years ago
test_msg_getaddress_show.py python: move out deprecated ckd_public 4 years ago
test_msg_getecdhsessionkey.py tests: fix relative imports 5 years ago
test_msg_getentropy.py tests: move device tests to top-level 5 years ago
test_msg_getpublickey.py python: move out deprecated ckd_public 4 years ago
test_msg_getpublickey_curve.py python: drop deprecated name CallException 4 years ago
test_msg_lisk_getaddress.py tests: fix relative imports 5 years ago
test_msg_lisk_getpublickey.py tests: fix relative imports 5 years ago
test_msg_lisk_signmessage.py tests: fix relative imports 5 years ago
test_msg_lisk_signtx.py tests: drop TrezorTest class 5 years ago
test_msg_lisk_verifymessage.py tests: drop TrezorTest class 5 years ago
test_msg_loaddevice.py python/debuglink: add docstrings, rename functions for clearer usage 4 years ago
test_msg_monero_getaddress.py tests: fix relative imports 5 years ago
test_msg_monero_getwatchkey.py tests: fix relative imports 5 years ago
test_msg_nem_getaddress.py tests: fix relative imports 5 years ago
test_msg_nem_signtx_mosaics.py tests: fix relative imports 5 years ago
test_msg_nem_signtx_mosaics_t2.py debug: Add left and right swipe direction to DebugLinkDecision message and unify terminology around swipe direction. 5 years ago
test_msg_nem_signtx_multisig.py tests: fix relative imports 5 years ago
test_msg_nem_signtx_others.py tests: fix relative imports 5 years ago
test_msg_nem_signtx_transfers.py tests: fix relative imports 5 years ago
test_msg_ping.py remove ping.passphrase/pin 4 years ago
test_msg_recoverydevice_bip39.py tests: unify Ping replacements 4 years ago
test_msg_recoverydevice_bip39_dryrun.py tests: streamline TrezorFailure exception usage 4 years ago
test_msg_recoverydevice_bip39_t2.py python: unify protobuf-encoding code paths 4 years ago
test_msg_recoverydevice_slip39_advanced.py tests/ui: reseed each ui test before running it 4 years ago
test_msg_recoverydevice_slip39_advanced_dryrun.py common: change language field to IETF BCP 47 language tag 4 years ago
test_msg_recoverydevice_slip39_basic.py tests/ui: reseed each ui test before running it 4 years ago
test_msg_recoverydevice_slip39_basic_dryrun.py common: change language field to IETF BCP 47 language tag 4 years ago
test_msg_resetdevice_bip39.py tests: test reset device also with another strengths 4 years ago
test_msg_resetdevice_bip39_skipbackup.py common: change language field to IETF BCP 47 language tag 4 years ago
test_msg_resetdevice_bip39_t2.py tests: test reset device also with another strengths 4 years ago
test_msg_resetdevice_slip39_advanced.py tests/ui: reseed each ui test before running it 4 years ago
test_msg_resetdevice_slip39_basic.py tests: test reset device also with another strengths 4 years ago
test_msg_ripple_get_address.py common: change language field to IETF BCP 47 language tag 4 years ago
test_msg_ripple_sign_tx.py tests: streamline TrezorFailure exception usage 4 years ago
test_msg_sd_protect.py tests: make {needs,no}_backup flags available in test suite 5 years ago
test_msg_signidentity.py tests: fix relative imports 5 years ago
test_msg_signmessage.py tests: fix relative imports 5 years ago
test_msg_signmessage_decred.py tests: fix relative imports 5 years ago
test_msg_signmessage_segwit.py tests: fix relative imports 5 years ago
test_msg_signmessage_segwit_native.py tests: fix relative imports 5 years ago
test_msg_signtx.py tests: simplify code of test_msg_signtx 4 years ago
test_msg_signtx_bcash.py tests: convert signtx tests to use request_* shortcuts for readability 4 years ago
test_msg_signtx_bgold.py tests: convert signtx tests to use request_* shortcuts for readability 4 years ago
test_msg_signtx_dash.py tests: convert signtx tests to use request_* shortcuts for readability 4 years ago
test_msg_signtx_decred.py tests: convert signtx tests to use request_* shortcuts for readability 4 years ago
test_msg_signtx_grs.py tests: convert signtx tests to use request_* shortcuts for readability 4 years ago
test_msg_signtx_komodo.py tests: convert signtx tests to use request_* shortcuts for readability 4 years ago
test_msg_signtx_peercoin.py Merge branch 'release/2020-04' 4 years ago
test_msg_signtx_prevhash.py Merge branch 'release/2020-04' 4 years ago
test_msg_signtx_segwit.py tests: convert signtx tests to use request_* shortcuts for readability 4 years ago
test_msg_signtx_segwit_native.py tests: convert signtx tests to use request_* shortcuts for readability 4 years ago
test_msg_signtx_zcash.py tests: convert signtx tests to use request_* shortcuts for readability 4 years ago
test_msg_stellar_get_address.py tests: streamline TrezorFailure exception usage 4 years ago
test_msg_stellar_sign_transaction.py core/stellar: add screen for timebounds 4 years ago
test_msg_tezos_getaddress.py tests: drop TrezorTest class 5 years ago
test_msg_tezos_getpublickey.py tests: drop TrezorTest class 5 years ago
test_msg_tezos_sign_tx.py core/tezos: support the new protocol update (005-BABYLON) 5 years ago
test_msg_verifymessage.py tests: drop TrezorTest class 5 years ago
test_msg_verifymessage_segwit.py tests: drop TrezorTest class 5 years ago
test_msg_verifymessage_segwit_native.py tests: drop TrezorTest class 5 years ago
test_msg_webauthn.py python: rename webauthn and u2f to fido 5 years ago
test_msg_wipedevice.py tests: drop TrezorTest class 5 years ago
test_multisig.py tests: convert signtx tests to use request_* shortcuts for readability 4 years ago
test_multisig_change.py tests: convert signtx tests to use request_* shortcuts for readability 4 years ago
test_op_return.py tests: convert signtx tests to use request_* shortcuts for readability 4 years ago
test_passphrase_slip39_advanced.py python/debuglink: add docstrings, rename functions for clearer usage 4 years ago
test_passphrase_slip39_basic.py python/debuglink: add docstrings, rename functions for clearer usage 4 years ago
test_protect_call.py python/debuglink: add docstrings, rename functions for clearer usage 4 years ago
test_protection_levels.py tests: convert signtx tests to use request_* shortcuts for readability 4 years ago
test_reset_backup.py tests/ui: reseed each ui test before running it 4 years ago
test_reset_recovery_bip39.py tests/ui: reseed each ui test before running it 4 years ago
test_reset_recovery_slip39_advanced.py tests/ui: reseed each ui test before running it 4 years ago
test_reset_recovery_slip39_basic.py tests: introduce UI tests for core 4 years ago
test_sdcard.py tests: streamline TrezorFailure exception usage 4 years ago
test_session_id_and_passphrase.py tests: remove explicit timeouts from test suite 4 years ago
test_u2f_counter.py python: rename webauthn and u2f to fido 5 years ago
test_zerosig.py tests: update tx_cache usages 4 years ago

README.md

Running device tests

1. Running the full test suite

Note: You need Pipenv, as mentioned in the core's documentation section.

In the trezor-firmware checkout, in the root of the monorepo, install the environment:

pipenv sync

And run the automated tests:

pipenv run make -C core test_emu

2. Running tests manually

Install the pipenv environment as outlined above. Then switch to a shell inside the environment:

pipenv shell

If you want to test against the emulator, run it in a separate terminal:

./core/emu.py

Now you can run the test suite with pytest from the root directory:

pytest tests/device_tests

Useful Tips

The tests are randomized using the pytest-random-order plugin. The random seed is printed in the header of the tests output, in case you need to run the tests in the same order.

If you only want to run a particular test, pick it with -k <keyword> or -m <marker>:

pytest -k nem      # only runs tests that have "nem" in the name
pytest -m stellar  # only runs tests marked with @pytest.mark.stellar

If you want to see debugging information and protocol dumps, run with -v.

If you would like to interact with the device (i.e. press the buttons yourself), just prefix pytest with INTERACT=1:

INTERACT=1 pytest tests/device_tests

3. Using markers

When you're developing a new currency, you should mark all tests that belong to that currency. For example, if your currency is called NewCoin, your device tests should have the following marker:

@pytest.mark.newcoin

This marker must be registered in REGISTERED_MARKERS file.

If you wish to run a test only on TT, mark it with @pytest.mark.skip_t1. If the test should only run on T1, mark it with @pytest.mark.skip_t2. You must not use both on the same test.

Extended testing and debugging

Building for debugging (Emulator only)

Build the debuggable unix binary so you can attach the gdb or lldb. This removes optimizations and reduces address space randomizaiton.

make build_unix_debug

The final executable is significantly slower due to ASAN(Address Sanitizer) integration. If you wan't to catch some memory errors use this.

time ASAN_OPTIONS=verbosity=1:detect_invalid_pointer_pairs=1:strict_init_order=true:strict_string_checks=true TREZOR_PROFILE="" pipenv run make test_emu

Coverage (Emulator only)

Get the Python code coverage report.

If you want to get HTML/console summary output you need to install the coverage.py tool.

pip3 install coverage

Run the tests with coverage output.

make build_unix && make coverage