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
Tomas Susanka c3d13f41a4
tests/click: fix test_recovery
5 years ago
..
burn_tests
click_tests tests/click: fix test_recovery 5 years ago
device_tests
emulators
fido_tests
txcache
upgrade_tests
README.md
REGISTERED_MARKERS
__init__.py
buttons.py
common.py
conftest.py
device_handler.py
download_emulators.sh
emulators.py
trezor.sdcard.gz
tx_cache.py

README.md

Tests

Burn tests

These tests are doing a simple read/write operations on the device to see if the hardware can endure high number of flash writes. Meant to be run on the device directly for a long period of time.

Device tests

Device tests are integration tests that can be run against either emulator or on an actual device. The Debug mode is required. These tests can be run against both Model One and Model T.

See the README for instructions how to run it.

Fido tests

Implement U2F/FIDO2 tests.

Upgrade tests

These tests test upgrade from one firmware version to another. They initialize an emulator on some specific version and then pass its storage to another version to see if the firmware operates as expected. They use fixtures from https://firmware.corp.sldev.cz/upgrade_tests/ which can be downloaded using the download_emulators.sh script.

See the README for instructions how to run it.