1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-19 14:30:31 +00:00
trezor-firmware/ci/hardware_tests
Martin Milata 55474bdadd ci: use custom uhubctl package
Simply bumping the nixpkgs unstable version causes python test to fail:
https://gitlab.com/satoshilabs/trezor/trezor-firmware/-/jobs/1008507521

Until that's resolved we can stay on the current nixpkgs version and use
our own copy of the uhubctl nix expression.
2021-02-05 12:58:21 +01:00
..
device
tpmb
bootstrap.py
hardware.cfg
README.md
record_video.sh
shell.nix ci: use custom uhubctl package 2021-02-05 12:58:21 +01:00
t1_hw_test.sh
uhubctl.nix ci: use custom uhubctl package 2021-02-05 12:58:21 +01: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.