Skip to content

Commit 85c4d20

Browse files
committed
test(bitcoin-only): exercise the 7.14.3 product
1 parent 9aaaa84 commit 85c4d20

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

tests/test_msg_bitcoin_only_variant.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,11 @@ class TestBitcoinOnlyVariant(common.KeepKeyTest):
9999

100100
def setUp(self):
101101
super(TestBitcoinOnlyVariant, self).setUp()
102-
self.requires_firmware("7.15.0")
102+
# The Bitcoin-only product shipped on the 7.14.3 release fork before
103+
# 7.15. The variant check below keeps these product assertions away
104+
# from regular 7.14.x images, while this exact floor prevents the
105+
# stripped 7.14.3 emulator from silently skipping its entire suite.
106+
self.requires_firmware("7.14.3")
103107
# This whole file describes the BITCOIN-ONLY product. Several tests
104108
# assert screen sequences that differ on the multi-chain build -- the
105109
# OP_RETURN one decodes a THORChain memo there and draws more screens --

0 commit comments

Comments
 (0)