1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-20 06:28:09 +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 ci: hardware: wipe tt before flashing 2021-02-05 12:58:21 +01:00
tpmb ci: enable editorconfig checks, fix whitespace issues 2020-11-11 14:43:50 +01:00
bootstrap.py ci: all hw configuration in one place 2021-02-05 12:58:21 +01:00
hardware.cfg ci: change usb location/ports 2021-02-05 12:58:21 +01:00
README.md ci: add hardware tests for T1 2020-04-10 11:23:07 +02:00
record_video.sh ci: all hw configuration in one place 2021-02-05 12:58:21 +01:00
shell.nix ci: use custom uhubctl package 2021-02-05 12:58:21 +01:00
t1_hw_test.sh ci: all hw configuration in one place 2021-02-05 12:58:21 +01:00
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.