1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-19 06:19:27 +00:00
trezor-firmware/ci/hardware_tests
Marek Mahut 4264e87319 ci: add hardware tests for T1
This enables to run device tests against an actual device connected to
our CI. It uses https://github.com/mmahut/tpmb to enter bootloader and
then it uploads a debug firmware to the device. The debug mode is the
used to "click" the buttons but we might improve this and actually use
the hardware buttons instead.
2020-04-10 11:23:07 +02:00
..
device ci: add hardware tests for T1 2020-04-10 11:23:07 +02:00
bootstrap.py ci: add hardware tests for T1 2020-04-10 11:23:07 +02:00
default.nix ci: add hardware tests for T1 2020-04-10 11:23:07 +02:00
hardware.cfg ci: add hardware tests for T1 2020-04-10 11:23:07 +02:00
README.md ci: add hardware tests for T1 2020-04-10 11:23:07 +02:00
record_video.sh ci: add hardware tests for T1 2020-04-10 11:23:07 +02:00

Hardware tests

Hardware tests are device tests that run against an actual device instead of an emulator. This works thanks to tpmb, which is a small arduino device capable of pushing an actual buttons on the device. Currently T1 is supported but TT might follow.

See ci/test.yml "hardware legacy device test" what exactly is run.