1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-18 05:49:11 +00:00
trezor-firmware/tests/upgrade_tests
2024-10-09 12:33:18 +02:00
..
__init__.py feat(tests): Add SLIP-39 reset-upgrade-backup test. 2024-05-28 18:03:26 +02:00
README.md
recovery_old.py tests: use read_layout everywhere 2024-10-09 12:33:18 +02:00
test_firmware_upgrades.py feat: Remove display_random feature. 2024-08-27 19:33:23 +02:00
test_passphrase_consistency.py

Running Upgrade Tests

  1. As always, use poetry environment:
poetry shell
  1. Download the emulators, if you have not already:
tests/download_emulators.sh
  1. And run the tests using pytest:
pytest tests/upgrade_tests

You can use TREZOR_UPGRADE_TEST environment variable if you would like to run core or legacy upgrade tests exclusively. This will run core only:

TREZOR_UPGRADE_TEST="core" pytest tests/upgrade_tests