tests/hardware: add sleep to update_firmware and always publish artifacts

pull/1068/head
Tomas Susanka 4 years ago
parent b67be7dd9e
commit 39f5b065d3

@ -20,8 +20,10 @@ class TrezorOne(Device):
unofficial = False
trezorctlcmd = "trezorctl firmware-update &"
print("[software/trezorctl] Updating the firmware to latest...")
self.wait(3)
self._enter_bootloader()
self.wait(3)
os.system(trezorctlcmd)
self.wait(3)
self.touch("right", "click")

@ -335,3 +335,4 @@ hardware legacy device test:
paths:
- ci/hardware_tests/video*.mp4
expire_in: 2 days
when: always

Loading…
Cancel
Save