1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-12 10:58:59 +00:00
trezor-firmware/tests/upgrade_tests
2019-11-18 11:50:07 +01:00
..
__init__.py tests: ensure Shamir persistence test runs only for core 2019-10-22 17:06:49 +02:00
README.md docs: improve tests documentation 2019-10-01 15:14:36 +02:00
test_firmware_upgrades.py python: rename webauthn and u2f to fido 2019-11-18 11:50:07 +01:00

Running Upgrade Tests

  1. As always, use pipenv environment:
pipenv 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