diff --git a/ci/hardware_tests/t1_hw_test.sh b/ci/hardware_tests/t1_hw_test.sh index 2205059ac9..66eeafe8be 100755 --- a/ci/hardware_tests/t1_hw_test.sh +++ b/ci/hardware_tests/t1_hw_test.sh @@ -17,5 +17,5 @@ set +a ./record_video.sh ${T1_CAMERA} ${CI_COMMIT_SHORT_SHA} start (cd ../.. && poetry install) poetry run python bootstrap.py t1 -poetry run python bootstrap.py t1 ../../trezor-*.bin +poetry run python bootstrap.py t1 ../../firmware-T1*.bin poetry run pytest ../../tests/device_tests diff --git a/ci/test-hw.yml b/ci/test-hw.yml index d4d01ef4a8..c805bb426d 100644 --- a/ci/test-hw.yml +++ b/ci/test-hw.yml @@ -42,7 +42,7 @@ hardware core regular device test: - source hardware.cfg - set +a - nix-shell --run "cd ../.. && poetry install" - - nix-shell --run "poetry run python bootstrap.py tt ../../trezor-*.bin | ts -s" + - nix-shell --run "poetry run python bootstrap.py tt ../../firmware-T2*.bin | ts -s" - nix-shell --run "poetry run pytest ../../tests/device_tests | ts -s" timeout: 6h artifacts: @@ -72,7 +72,7 @@ hardware core btconly device test: - source hardware.cfg - set +a - nix-shell --run "cd ../.. && poetry install" - - nix-shell --run "poetry run python bootstrap.py tt ../../trezor-*.bin | ts -s" + - nix-shell --run "poetry run python bootstrap.py tt ../../firmware-T2*.bin | ts -s" - nix-shell --run "poetry run pytest ../../tests/device_tests | ts -s" timeout: 4h artifacts: @@ -99,7 +99,7 @@ hardware core monero test: - source hardware.cfg - set +a - nix-shell --run "cd ../.. && poetry install" - - nix-shell --run "poetry run python bootstrap.py tt ../../trezor-*.bin | ts -s" + - nix-shell --run "poetry run python bootstrap.py tt ../../firmware-T2*.bin | ts -s" - nix-shell --arg fullDeps true --run "cd ../../core/tests && ./run_tests_device_emu_monero.sh $TESTOPTS | ts -s" timeout: 1h artifacts: