From 4e6dc01d5c8a169aa37e854bd3e3eab0a7840d0c Mon Sep 17 00:00:00 2001 From: Lukas Bielesch Date: Wed, 19 Mar 2025 17:03:54 +0100 Subject: [PATCH] WIP: temporarily disable failing eckhart tests skip sd card test for eckhart --- tests/click_tests/test_autolock.py | 4 ++++ tests/click_tests/test_lock.py | 1 + tests/device_tests/binance/test_get_address.py | 2 +- tests/device_tests/binance/test_get_public_key.py | 2 +- tests/device_tests/binance/test_sign_tx.py | 2 +- tests/device_tests/bitcoin/test_authorize_coinjoin.py | 2 ++ tests/device_tests/bitcoin/test_bcash.py | 2 +- tests/device_tests/bitcoin/test_bgold.py | 2 +- tests/device_tests/bitcoin/test_dash.py | 2 +- tests/device_tests/bitcoin/test_decred.py | 2 +- tests/device_tests/bitcoin/test_descriptors.py | 2 ++ tests/device_tests/bitcoin/test_firo.py | 2 ++ tests/device_tests/bitcoin/test_fujicoin.py | 2 +- tests/device_tests/bitcoin/test_getaddress.py | 2 ++ tests/device_tests/bitcoin/test_getaddress_segwit.py | 2 ++ tests/device_tests/bitcoin/test_getaddress_segwit_native.py | 2 ++ tests/device_tests/bitcoin/test_getaddress_show.py | 2 ++ tests/device_tests/bitcoin/test_getownershipproof.py | 2 ++ tests/device_tests/bitcoin/test_getpublickey.py | 2 ++ tests/device_tests/bitcoin/test_getpublickey_curve.py | 2 ++ tests/device_tests/bitcoin/test_grs.py | 2 +- tests/device_tests/bitcoin/test_komodo.py | 6 +++++- tests/device_tests/bitcoin/test_multisig.py | 2 +- tests/device_tests/bitcoin/test_multisig_change.py | 6 +++++- tests/device_tests/bitcoin/test_nonstandard_paths.py | 2 ++ tests/device_tests/bitcoin/test_op_return.py | 2 ++ tests/device_tests/bitcoin/test_peercoin.py | 2 ++ tests/device_tests/bitcoin/test_signmessage.py | 2 ++ tests/device_tests/bitcoin/test_signtx.py | 2 ++ tests/device_tests/bitcoin/test_signtx_amount_unit.py | 2 ++ tests/device_tests/bitcoin/test_signtx_external.py | 2 ++ tests/device_tests/bitcoin/test_signtx_invalid_path.py | 2 ++ tests/device_tests/bitcoin/test_signtx_mixed_inputs.py | 3 +++ tests/device_tests/bitcoin/test_signtx_payreq.py | 2 +- tests/device_tests/bitcoin/test_signtx_prevhash.py | 2 ++ tests/device_tests/bitcoin/test_signtx_replacement.py | 2 ++ tests/device_tests/bitcoin/test_signtx_segwit.py | 2 ++ tests/device_tests/bitcoin/test_signtx_segwit_native.py | 2 ++ tests/device_tests/bitcoin/test_signtx_taproot.py | 2 ++ tests/device_tests/bitcoin/test_verifymessage.py | 2 ++ tests/device_tests/bitcoin/test_verifymessage_segwit.py | 4 ++++ .../bitcoin/test_verifymessage_segwit_native.py | 4 ++++ tests/device_tests/bitcoin/test_zcash.py | 6 +++++- tests/device_tests/cardano/test_address_public_key.py | 2 +- tests/device_tests/cardano/test_derivations.py | 2 +- tests/device_tests/cardano/test_get_native_script_hash.py | 2 +- tests/device_tests/cardano/test_sign_tx.py | 2 +- tests/device_tests/eos/test_get_public_key.py | 2 +- tests/device_tests/eos/test_signtx.py | 2 +- tests/device_tests/ethereum/test_definitions.py | 6 +++++- tests/device_tests/ethereum/test_definitions_bad.py | 6 +++++- tests/device_tests/ethereum/test_getaddress.py | 6 +++++- tests/device_tests/ethereum/test_getpublickey.py | 6 +++++- tests/device_tests/ethereum/test_sign_typed_data.py | 6 +++++- tests/device_tests/ethereum/test_sign_verify_message.py | 6 +++++- tests/device_tests/ethereum/test_signtx.py | 6 +++++- tests/device_tests/monero/test_getaddress.py | 2 +- tests/device_tests/monero/test_getwatchkey.py | 2 +- tests/device_tests/nem/test_getaddress.py | 2 +- tests/device_tests/nem/test_signtx_mosaics.py | 2 +- tests/device_tests/nem/test_signtx_multisig.py | 2 +- tests/device_tests/nem/test_signtx_others.py | 2 +- tests/device_tests/nem/test_signtx_transfers.py | 2 +- tests/device_tests/nostr/test_nostr.py | 2 +- tests/device_tests/ripple/test_get_address.py | 2 +- tests/device_tests/ripple/test_sign_tx.py | 2 +- tests/device_tests/solana/test_address.py | 2 +- tests/device_tests/solana/test_public_key.py | 2 +- tests/device_tests/solana/test_sign_tx.py | 2 +- tests/device_tests/stellar/test_stellar.py | 1 + tests/device_tests/test_authenticate_device.py | 2 +- tests/device_tests/test_busy_state.py | 2 ++ tests/device_tests/test_cancel.py | 2 +- tests/device_tests/test_firmware_hash.py | 2 ++ tests/device_tests/test_language.py | 2 +- tests/device_tests/test_msg_applysettings.py | 3 ++- tests/device_tests/test_msg_backup_device.py | 4 ++++ tests/device_tests/test_msg_sd_protect.py | 5 ++++- tests/device_tests/test_msg_show_device_tutorial.py | 2 +- tests/device_tests/test_protection_levels.py | 4 +++- tests/device_tests/test_sdcard.py | 2 +- tests/device_tests/tezos/test_getaddress.py | 2 +- tests/device_tests/tezos/test_getpublickey.py | 2 +- tests/device_tests/tezos/test_sign_tx.py | 2 +- tests/device_tests/webauthn/test_msg_webauthn.py | 2 +- tests/device_tests/webauthn/test_u2f_counter.py | 1 + tests/device_tests/zcash/test_sign_tx.py | 6 +++++- 87 files changed, 177 insertions(+), 53 deletions(-) diff --git a/tests/click_tests/test_autolock.py b/tests/click_tests/test_autolock.py index de5869ecaf..df64364f62 100644 --- a/tests/click_tests/test_autolock.py +++ b/tests/click_tests/test_autolock.py @@ -37,6 +37,7 @@ if TYPE_CHECKING: from ..device_handler import BackgroundDeviceHandler + TX_CACHE_MAINNET = TxCache("Bitcoin") TX_CACHE_TESTNET = TxCache("Testnet") @@ -86,6 +87,7 @@ def set_autolock_delay(device_handler: "BackgroundDeviceHandler", delay_ms: int) @pytest.mark.setup_client(pin=PIN4) +@pytest.mark.models(skip=["eckhart"]) def test_autolock_interrupts_signing(device_handler: "BackgroundDeviceHandler"): """Autolock will lock the device that is waiting for the user to confirm transaction.""" @@ -141,6 +143,7 @@ def test_autolock_interrupts_signing(device_handler: "BackgroundDeviceHandler"): @pytest.mark.setup_client(pin=PIN4) +@pytest.mark.models(skip=["eckhart"]) def test_autolock_does_not_interrupt_signing(device_handler: "BackgroundDeviceHandler"): """Autolock will NOT lock the device once transaction is confirmed.""" set_autolock_delay(device_handler, 10_000) @@ -439,6 +442,7 @@ def test_dryrun_enter_word_slowly(device_handler: "BackgroundDeviceHandler"): @pytest.mark.setup_client(pin=PIN4) +@pytest.mark.models(skip=["eckhart"]) def test_autolock_does_not_interrupt_preauthorized( device_handler: "BackgroundDeviceHandler", ): diff --git a/tests/click_tests/test_lock.py b/tests/click_tests/test_lock.py index 84c77ec3dc..6b92a794c1 100644 --- a/tests/click_tests/test_lock.py +++ b/tests/click_tests/test_lock.py @@ -27,6 +27,7 @@ from .. import common if TYPE_CHECKING: from ..device_handler import BackgroundDeviceHandler +pytestmark = pytest.mark.models(skip=["eckhart"]) PIN4 = "1234" diff --git a/tests/device_tests/binance/test_get_address.py b/tests/device_tests/binance/test_get_address.py index cdb6e72271..81a00acf52 100644 --- a/tests/device_tests/binance/test_get_address.py +++ b/tests/device_tests/binance/test_get_address.py @@ -25,7 +25,7 @@ from ...input_flows import InputFlowShowAddressQRCode pytestmark = [ pytest.mark.altcoin, pytest.mark.binance, - pytest.mark.models("core"), + pytest.mark.models("core", skip=["eckhart"]), pytest.mark.setup_client( mnemonic="offer caution gift cross surge pretty orange during eye soldier popular holiday mention east eight office fashion ill parrot vault rent devote earth cousin" ), diff --git a/tests/device_tests/binance/test_get_public_key.py b/tests/device_tests/binance/test_get_public_key.py index ea04fdbd88..796705a72c 100644 --- a/tests/device_tests/binance/test_get_public_key.py +++ b/tests/device_tests/binance/test_get_public_key.py @@ -27,7 +27,7 @@ BINANCE_PATH = parse_path("m/44h/714h/0h/0/0") @pytest.mark.altcoin @pytest.mark.binance -@pytest.mark.models("core") +@pytest.mark.models("core", skip=["eckhart"]) @pytest.mark.setup_client( mnemonic="offer caution gift cross surge pretty orange during eye soldier popular holiday mention east eight office fashion ill parrot vault rent devote earth cousin" ) diff --git a/tests/device_tests/binance/test_sign_tx.py b/tests/device_tests/binance/test_sign_tx.py index ceb0692465..0f307d380c 100644 --- a/tests/device_tests/binance/test_sign_tx.py +++ b/tests/device_tests/binance/test_sign_tx.py @@ -103,7 +103,7 @@ BINANCE_TEST_VECTORS = [ @pytest.mark.altcoin @pytest.mark.binance -@pytest.mark.models("core") +@pytest.mark.models("core", skip=["eckhart"]) @pytest.mark.setup_client( mnemonic="offer caution gift cross surge pretty orange during eye soldier popular holiday mention east eight office fashion ill parrot vault rent devote earth cousin" ) diff --git a/tests/device_tests/bitcoin/test_authorize_coinjoin.py b/tests/device_tests/bitcoin/test_authorize_coinjoin.py index 15028d83b3..fad7032f8a 100644 --- a/tests/device_tests/bitcoin/test_authorize_coinjoin.py +++ b/tests/device_tests/bitcoin/test_authorize_coinjoin.py @@ -34,6 +34,8 @@ from .signtx import ( request_output, ) +pytestmark = pytest.mark.models(skip=["eckhart"]) + B = messages.ButtonRequestType TX_CACHE_TESTNET = TxCache("Testnet") diff --git a/tests/device_tests/bitcoin/test_bcash.py b/tests/device_tests/bitcoin/test_bcash.py index 7653882863..3ad44d82b1 100644 --- a/tests/device_tests/bitcoin/test_bcash.py +++ b/tests/device_tests/bitcoin/test_bcash.py @@ -50,7 +50,7 @@ FAKE_TXHASH_203416 = bytes.fromhex( "203416cda0f2f7f0b4d666c6160190126edb07236394e927bf605821866f2a71" ) -pytestmark = pytest.mark.altcoin +pytestmark = [pytest.mark.altcoin, pytest.mark.models(skip=["eckhart"])] def test_send_bch_change(client: Client): diff --git a/tests/device_tests/bitcoin/test_bgold.py b/tests/device_tests/bitcoin/test_bgold.py index 71c1a6c3ad..d25cb895a6 100644 --- a/tests/device_tests/bitcoin/test_bgold.py +++ b/tests/device_tests/bitcoin/test_bgold.py @@ -47,7 +47,7 @@ FAKE_TXHASH_a63dbe = bytes.fromhex( "a63dbedd8cd284bf0d3c468e84b9b0eeb14c3a08824eab8f80e7723a299f30db" ) -pytestmark = [pytest.mark.altcoin, pytest.mark.models("t1b1", "t2t1")] +pytestmark = [pytest.mark.altcoin, pytest.mark.models("t1b1", "t2t1", skip=["eckhart"])] # All data taken from T1 diff --git a/tests/device_tests/bitcoin/test_dash.py b/tests/device_tests/bitcoin/test_dash.py index 4dde98bfbf..8e579265f1 100644 --- a/tests/device_tests/bitcoin/test_dash.py +++ b/tests/device_tests/bitcoin/test_dash.py @@ -40,7 +40,7 @@ TXHASH_15575a = bytes.fromhex( "15575a1c874bd60a819884e116c42e6791c8283ce1fc3b79f0d18531a61bbb8a" ) -pytestmark = [pytest.mark.altcoin, pytest.mark.models("t1b1", "t2t1")] +pytestmark = [pytest.mark.altcoin, pytest.mark.models("t1b1", "t2t1", skip=["eckhart"])] def test_send_dash(client: Client): diff --git a/tests/device_tests/bitcoin/test_decred.py b/tests/device_tests/bitcoin/test_decred.py index 78bb1b0c3a..3c82a1b771 100644 --- a/tests/device_tests/bitcoin/test_decred.py +++ b/tests/device_tests/bitcoin/test_decred.py @@ -53,7 +53,7 @@ FAKE_TXHASH_1f00fc = bytes.fromhex( pytestmark = [ pytest.mark.altcoin, pytest.mark.decred, - pytest.mark.models("t1b1", "t2t1"), + pytest.mark.models("t1b1", "t2t1", skip=["eckhart"]), ] diff --git a/tests/device_tests/bitcoin/test_descriptors.py b/tests/device_tests/bitcoin/test_descriptors.py index 6efdd99ed8..2ee2c2d8ef 100644 --- a/tests/device_tests/bitcoin/test_descriptors.py +++ b/tests/device_tests/bitcoin/test_descriptors.py @@ -23,6 +23,8 @@ from trezorlib.tools import H_ from ...input_flows import InputFlowShowXpubQRCode +pytestmark = pytest.mark.models(skip=["eckhart"]) + VECTORS_DESCRIPTORS = ( # coin, account, script_type, descriptors ( "Bitcoin", diff --git a/tests/device_tests/bitcoin/test_firo.py b/tests/device_tests/bitcoin/test_firo.py index 52db787957..fc7967e4d4 100644 --- a/tests/device_tests/bitcoin/test_firo.py +++ b/tests/device_tests/bitcoin/test_firo.py @@ -28,6 +28,8 @@ TXHASH_8a34cc = bytes.fromhex( "8a34ccceaf138fd14398303340afb37871cb0ea6719ceba315172edb9ff6d625" ) +pytestmark = pytest.mark.models(skip=["eckhart"]) + @pytest.mark.altcoin def test_spend_lelantus(client: Client): diff --git a/tests/device_tests/bitcoin/test_fujicoin.py b/tests/device_tests/bitcoin/test_fujicoin.py index f28747c717..71326b79f9 100644 --- a/tests/device_tests/bitcoin/test_fujicoin.py +++ b/tests/device_tests/bitcoin/test_fujicoin.py @@ -24,7 +24,7 @@ TXHASH_33043a = bytes.fromhex( "33043a28cfa924ca701983e628615559ed2b68c0c14eb706b3970fa8dd4b5209" ) -pytestmark = pytest.mark.altcoin +pytestmark = [pytest.mark.altcoin, pytest.mark.models(skip=["eckhart"])] def test_send_p2tr(client: Client): diff --git a/tests/device_tests/bitcoin/test_getaddress.py b/tests/device_tests/bitcoin/test_getaddress.py index 5367bcbb3e..d779fa25e0 100644 --- a/tests/device_tests/bitcoin/test_getaddress.py +++ b/tests/device_tests/bitcoin/test_getaddress.py @@ -26,6 +26,8 @@ from ... import bip32 from ...common import is_core from ...input_flows import InputFlowConfirmAllWarnings +pytestmark = pytest.mark.models(skip=["eckhart"]) + def getmultisig(chain, nr, xpubs): return messages.MultisigRedeemScriptType( diff --git a/tests/device_tests/bitcoin/test_getaddress_segwit.py b/tests/device_tests/bitcoin/test_getaddress_segwit.py index 848097a8cb..7a33995d15 100644 --- a/tests/device_tests/bitcoin/test_getaddress_segwit.py +++ b/tests/device_tests/bitcoin/test_getaddress_segwit.py @@ -24,6 +24,8 @@ from trezorlib.tools import parse_path from ...common import is_core from ...input_flows import InputFlowConfirmAllWarnings +pytestmark = pytest.mark.models(skip=["eckhart"]) + def test_show_segwit(client: Client): assert ( diff --git a/tests/device_tests/bitcoin/test_getaddress_segwit_native.py b/tests/device_tests/bitcoin/test_getaddress_segwit_native.py index 55b0fbfdb5..160b1f9d63 100644 --- a/tests/device_tests/bitcoin/test_getaddress_segwit_native.py +++ b/tests/device_tests/bitcoin/test_getaddress_segwit_native.py @@ -21,6 +21,8 @@ from trezorlib.debuglink import TrezorClientDebugLink as Client from trezorlib.exceptions import TrezorFailure from trezorlib.tools import parse_path +pytestmark = pytest.mark.models(skip=["eckhart"]) + VECTORS = ( # coin, path, script_type, address ( "Testnet", diff --git a/tests/device_tests/bitcoin/test_getaddress_show.py b/tests/device_tests/bitcoin/test_getaddress_show.py index 8770176d42..8b80638b10 100644 --- a/tests/device_tests/bitcoin/test_getaddress_show.py +++ b/tests/device_tests/bitcoin/test_getaddress_show.py @@ -28,6 +28,8 @@ from ...input_flows import ( InputFlowShowMultisigXPUBs, ) +pytestmark = pytest.mark.models(skip=["eckhart"]) + VECTORS = ( # path, script_type, address ( "m/44h/0h/12h/0/0", diff --git a/tests/device_tests/bitcoin/test_getownershipproof.py b/tests/device_tests/bitcoin/test_getownershipproof.py index b21fe944b0..6b37db1b4b 100644 --- a/tests/device_tests/bitcoin/test_getownershipproof.py +++ b/tests/device_tests/bitcoin/test_getownershipproof.py @@ -21,6 +21,8 @@ from trezorlib.debuglink import TrezorClientDebugLink as Client from trezorlib.exceptions import TrezorFailure from trezorlib.tools import parse_path +pytestmark = pytest.mark.models(skip=["eckhart"]) + def test_p2wpkh_ownership_id(client: Client): ownership_id = btc.get_ownership_id( diff --git a/tests/device_tests/bitcoin/test_getpublickey.py b/tests/device_tests/bitcoin/test_getpublickey.py index be0c43e535..5837119258 100644 --- a/tests/device_tests/bitcoin/test_getpublickey.py +++ b/tests/device_tests/bitcoin/test_getpublickey.py @@ -24,6 +24,8 @@ from trezorlib.tools import parse_path from ... import bip32 from ...input_flows import InputFlowShowXpubQRCode +pytestmark = pytest.mark.models(skip=["eckhart"]) + VECTORS_BITCOIN = ( # coin_name, xpub_magic, path, xpub ( "Bitcoin", diff --git a/tests/device_tests/bitcoin/test_getpublickey_curve.py b/tests/device_tests/bitcoin/test_getpublickey_curve.py index 8b8cba6887..cddf128068 100644 --- a/tests/device_tests/bitcoin/test_getpublickey_curve.py +++ b/tests/device_tests/bitcoin/test_getpublickey_curve.py @@ -21,6 +21,8 @@ from trezorlib.debuglink import TrezorClientDebugLink as Client from trezorlib.exceptions import TrezorFailure from trezorlib.tools import parse_path +pytestmark = pytest.mark.models(skip=["eckhart"]) + PATH_PRIVATE = parse_path("m/17h/0h/1h/2h/3h") PATH_PUBLIC = parse_path("m/17h/0h/1h/2h/3h/42") diff --git a/tests/device_tests/bitcoin/test_grs.py b/tests/device_tests/bitcoin/test_grs.py index d25ffd20f0..8d7f3440aa 100644 --- a/tests/device_tests/bitcoin/test_grs.py +++ b/tests/device_tests/bitcoin/test_grs.py @@ -39,7 +39,7 @@ TXHASH_45aeb9 = bytes.fromhex( "45aeb9af884b4082104b0212c5f40ffca8f0127e627a05810b69f0bad777678c" ) -pytestmark = pytest.mark.altcoin +pytestmark = [pytest.mark.altcoin, pytest.mark.models(skip=["eckhart"])] def test_legacy(client: Client): diff --git a/tests/device_tests/bitcoin/test_komodo.py b/tests/device_tests/bitcoin/test_komodo.py index f883afc7bc..635339c56b 100644 --- a/tests/device_tests/bitcoin/test_komodo.py +++ b/tests/device_tests/bitcoin/test_komodo.py @@ -40,7 +40,11 @@ TXHASH_7b28bd = bytes.fromhex( "7b28bd91119e9776f0d4ebd80e570165818a829bbf4477cd1afe5149dbcd34b1" ) -pytestmark = [pytest.mark.altcoin, pytest.mark.komodo] +pytestmark = [ + pytest.mark.altcoin, + pytest.mark.komodo, + pytest.mark.models(skip=["eckhart"]), +] def test_one_one_fee_sapling(client: Client): diff --git a/tests/device_tests/bitcoin/test_multisig.py b/tests/device_tests/bitcoin/test_multisig.py index 2a01db8108..bbe3293223 100644 --- a/tests/device_tests/bitcoin/test_multisig.py +++ b/tests/device_tests/bitcoin/test_multisig.py @@ -50,7 +50,7 @@ TXHASH_0d5b56 = bytes.fromhex( "0d5b5648d47b5650edea1af3d47bbe5624213abb577cf1b1c96f98321f75cdbc" ) -pytestmark = pytest.mark.multisig +pytestmark = [pytest.mark.multisig, pytest.mark.models(skip=["eckhart"])] @pytest.mark.multisig diff --git a/tests/device_tests/bitcoin/test_multisig_change.py b/tests/device_tests/bitcoin/test_multisig_change.py index 7beaa31bad..698041c493 100644 --- a/tests/device_tests/bitcoin/test_multisig_change.py +++ b/tests/device_tests/bitcoin/test_multisig_change.py @@ -35,7 +35,11 @@ from .signtx import ( B = messages.ButtonRequestType -pytestmark = [pytest.mark.multisig, pytest.mark.setup_client(mnemonic=MNEMONIC12)] +pytestmark = [ + pytest.mark.multisig, + pytest.mark.setup_client(mnemonic=MNEMONIC12), + pytest.mark.models(skip=["eckhart"]), +] NODE_EXT1 = bip32.deserialize( diff --git a/tests/device_tests/bitcoin/test_nonstandard_paths.py b/tests/device_tests/bitcoin/test_nonstandard_paths.py index ac33ee8b40..07d19de2e3 100644 --- a/tests/device_tests/bitcoin/test_nonstandard_paths.py +++ b/tests/device_tests/bitcoin/test_nonstandard_paths.py @@ -24,6 +24,8 @@ from ...common import is_core from ...input_flows import InputFlowConfirmAllWarnings from .signtx import forge_prevtx +pytestmark = pytest.mark.models(skip=["eckhart"]) + VECTORS = ( # path, script_types # GreenAddress A m/[1,4]/address_index ( diff --git a/tests/device_tests/bitcoin/test_op_return.py b/tests/device_tests/bitcoin/test_op_return.py index b506389199..e2aa5d7180 100644 --- a/tests/device_tests/bitcoin/test_op_return.py +++ b/tests/device_tests/bitcoin/test_op_return.py @@ -31,6 +31,8 @@ from .signtx import ( request_output, ) +pytestmark = pytest.mark.models(skip=["eckhart"]) + B = messages.ButtonRequestType TX_API = TxCache("Bitcoin") TX_API_TESTNET = TxCache("Testnet") diff --git a/tests/device_tests/bitcoin/test_peercoin.py b/tests/device_tests/bitcoin/test_peercoin.py index b1b62e49e5..1e9934d228 100644 --- a/tests/device_tests/bitcoin/test_peercoin.py +++ b/tests/device_tests/bitcoin/test_peercoin.py @@ -23,6 +23,8 @@ from trezorlib.tools import parse_path from ...tx_cache import TxCache +pytestmark = pytest.mark.models(skip=["eckhart"]) + TX_CACHE = TxCache("Peercoin") TXHASH_41b29a = bytes.fromhex( diff --git a/tests/device_tests/bitcoin/test_signmessage.py b/tests/device_tests/bitcoin/test_signmessage.py index 9589f44ec4..ff5505f166 100644 --- a/tests/device_tests/bitcoin/test_signmessage.py +++ b/tests/device_tests/bitcoin/test_signmessage.py @@ -35,6 +35,8 @@ from ...input_flows import ( S = messages.InputScriptType +pytestmark = pytest.mark.models(skip=["eckhart"]) + def case( id: str, diff --git a/tests/device_tests/bitcoin/test_signtx.py b/tests/device_tests/bitcoin/test_signtx.py index e35c7fc83f..a43d7219a3 100644 --- a/tests/device_tests/bitcoin/test_signtx.py +++ b/tests/device_tests/bitcoin/test_signtx.py @@ -42,6 +42,8 @@ from .signtx import ( request_output, ) +pytestmark = pytest.mark.models(skip=["eckhart"]) + B = messages.ButtonRequestType TX_CACHE_TESTNET = TxCache("Testnet") diff --git a/tests/device_tests/bitcoin/test_signtx_amount_unit.py b/tests/device_tests/bitcoin/test_signtx_amount_unit.py index d3dfa3d00e..a8340f7c02 100644 --- a/tests/device_tests/bitcoin/test_signtx_amount_unit.py +++ b/tests/device_tests/bitcoin/test_signtx_amount_unit.py @@ -23,6 +23,8 @@ from trezorlib.tools import parse_path from ...tx_cache import TxCache from .signtx import assert_tx_matches +pytestmark = pytest.mark.models(skip=["eckhart"]) + TX_API = TxCache("Testnet") TXHASH_b36780 = bytes.fromhex( diff --git a/tests/device_tests/bitcoin/test_signtx_external.py b/tests/device_tests/bitcoin/test_signtx_external.py index fd8e0cff3e..a111962bb4 100644 --- a/tests/device_tests/bitcoin/test_signtx_external.py +++ b/tests/device_tests/bitcoin/test_signtx_external.py @@ -32,6 +32,8 @@ from .signtx import ( request_output, ) +pytestmark = pytest.mark.models(skip=["eckhart"]) + B = messages.ButtonRequestType TX_CACHE_TESTNET = TxCache("Testnet") diff --git a/tests/device_tests/bitcoin/test_signtx_invalid_path.py b/tests/device_tests/bitcoin/test_signtx_invalid_path.py index 5ef4ba0389..42912bcc3d 100644 --- a/tests/device_tests/bitcoin/test_signtx_invalid_path.py +++ b/tests/device_tests/bitcoin/test_signtx_invalid_path.py @@ -25,6 +25,8 @@ from ...common import is_core from ...input_flows import InputFlowConfirmAllWarnings from .signtx import forge_prevtx, request_input +pytestmark = pytest.mark.models(skip=["eckhart"]) + B = messages.ButtonRequestType # address at seed "all all all..." path m/44h/0h/0h/0/0 diff --git a/tests/device_tests/bitcoin/test_signtx_mixed_inputs.py b/tests/device_tests/bitcoin/test_signtx_mixed_inputs.py index de0f380768..5c198fb2cc 100644 --- a/tests/device_tests/bitcoin/test_signtx_mixed_inputs.py +++ b/tests/device_tests/bitcoin/test_signtx_mixed_inputs.py @@ -13,6 +13,7 @@ # # You should have received a copy of the License along with this library. # If not, see . +import pytest from trezorlib import btc, messages from trezorlib.debuglink import TrezorClientDebugLink as Client @@ -21,6 +22,8 @@ from trezorlib.tools import parse_path from ...tx_cache import TxCache from .signtx import assert_tx_matches +pytestmark = pytest.mark.models(skip=["eckhart"]) + TX_API = TxCache("Testnet") TXHASH_357728 = bytes.fromhex( diff --git a/tests/device_tests/bitcoin/test_signtx_payreq.py b/tests/device_tests/bitcoin/test_signtx_payreq.py index e02cb2b6c6..eaaf662822 100644 --- a/tests/device_tests/bitcoin/test_signtx_payreq.py +++ b/tests/device_tests/bitcoin/test_signtx_payreq.py @@ -33,7 +33,7 @@ PREV_HASH, PREV_TX = forge_prevtx([(INPUT_ADDRESS, 12_300_000)], network="testne PREV_TXES = {PREV_HASH: PREV_TX} -pytestmark = [pytest.mark.models("core"), pytest.mark.experimental] +pytestmark = [pytest.mark.models("core", skip=["eckhart"]), pytest.mark.experimental] def case(id, *args, altcoin: bool = False, models: str | None = None): diff --git a/tests/device_tests/bitcoin/test_signtx_prevhash.py b/tests/device_tests/bitcoin/test_signtx_prevhash.py index 307823a9f3..bab919e8db 100644 --- a/tests/device_tests/bitcoin/test_signtx_prevhash.py +++ b/tests/device_tests/bitcoin/test_signtx_prevhash.py @@ -12,6 +12,8 @@ from ...common import is_core from ...input_flows import InputFlowConfirmAllWarnings from .signtx import forge_prevtx +pytestmark = pytest.mark.models(skip=["eckhart"]) + # address at seed "all all all..." path m/44h/0h/0h/0/0 INPUT_ADDRESS = "1JAd7XCBzGudGpJQSDSfpmJhiygtLQWaGL" PREV_HASH, PREV_TX = forge_prevtx([(INPUT_ADDRESS, 100_000_000)]) diff --git a/tests/device_tests/bitcoin/test_signtx_replacement.py b/tests/device_tests/bitcoin/test_signtx_replacement.py index 97fe7e2d87..14a2c3e1e2 100644 --- a/tests/device_tests/bitcoin/test_signtx_replacement.py +++ b/tests/device_tests/bitcoin/test_signtx_replacement.py @@ -32,6 +32,8 @@ from .signtx import ( request_output, ) +pytestmark = pytest.mark.models(skip=["eckhart"]) + B = messages.ButtonRequestType TX_CACHE_TESTNET = TxCache("Testnet") diff --git a/tests/device_tests/bitcoin/test_signtx_segwit.py b/tests/device_tests/bitcoin/test_signtx_segwit.py index 763626caef..61c2093561 100644 --- a/tests/device_tests/bitcoin/test_signtx_segwit.py +++ b/tests/device_tests/bitcoin/test_signtx_segwit.py @@ -32,6 +32,8 @@ from .signtx import ( request_output, ) +pytestmark = pytest.mark.models(skip=["eckhart"]) + B = messages.ButtonRequestType TX_API_TESTNET = TxCache("Testnet") diff --git a/tests/device_tests/bitcoin/test_signtx_segwit_native.py b/tests/device_tests/bitcoin/test_signtx_segwit_native.py index 0c779c777e..4ed30fedc0 100644 --- a/tests/device_tests/bitcoin/test_signtx_segwit_native.py +++ b/tests/device_tests/bitcoin/test_signtx_segwit_native.py @@ -32,6 +32,8 @@ from .signtx import ( request_output, ) +pytestmark = pytest.mark.models(skip=["eckhart"]) + B = messages.ButtonRequestType TX_API_TESTNET = TxCache("Testnet") diff --git a/tests/device_tests/bitcoin/test_signtx_taproot.py b/tests/device_tests/bitcoin/test_signtx_taproot.py index f548154ae7..8c3cfb6359 100644 --- a/tests/device_tests/bitcoin/test_signtx_taproot.py +++ b/tests/device_tests/bitcoin/test_signtx_taproot.py @@ -31,6 +31,8 @@ from .signtx import ( request_output, ) +pytestmark = pytest.mark.models(skip=["eckhart"]) + B = messages.ButtonRequestType TX_API = TxCache("Testnet") diff --git a/tests/device_tests/bitcoin/test_verifymessage.py b/tests/device_tests/bitcoin/test_verifymessage.py index ecfd7131b4..c610a82a70 100644 --- a/tests/device_tests/bitcoin/test_verifymessage.py +++ b/tests/device_tests/bitcoin/test_verifymessage.py @@ -23,6 +23,8 @@ from trezorlib.debuglink import TrezorClientDebugLink as Client from ...input_flows import InputFlowSignVerifyMessageLong +pytestmark = pytest.mark.models(skip=["eckhart"]) + @pytest.mark.models("legacy") def test_message_long_legacy(client: Client): diff --git a/tests/device_tests/bitcoin/test_verifymessage_segwit.py b/tests/device_tests/bitcoin/test_verifymessage_segwit.py index 84f0444264..b31bcb938a 100644 --- a/tests/device_tests/bitcoin/test_verifymessage_segwit.py +++ b/tests/device_tests/bitcoin/test_verifymessage_segwit.py @@ -14,9 +14,13 @@ # You should have received a copy of the License along with this library. # If not, see . +import pytest + from trezorlib import btc from trezorlib.debuglink import TrezorClientDebugLink as Client +pytestmark = pytest.mark.models(skip=["eckhart"]) + def test_message_long(client: Client): ret = btc.verify_message( diff --git a/tests/device_tests/bitcoin/test_verifymessage_segwit_native.py b/tests/device_tests/bitcoin/test_verifymessage_segwit_native.py index 5bea51f7dc..761b06730d 100644 --- a/tests/device_tests/bitcoin/test_verifymessage_segwit_native.py +++ b/tests/device_tests/bitcoin/test_verifymessage_segwit_native.py @@ -14,9 +14,13 @@ # You should have received a copy of the License along with this library. # If not, see . +import pytest + from trezorlib import btc from trezorlib.debuglink import TrezorClientDebugLink as Client +pytestmark = pytest.mark.models(skip=["eckhart"]) + def test_message_long(client: Client): ret = btc.verify_message( diff --git a/tests/device_tests/bitcoin/test_zcash.py b/tests/device_tests/bitcoin/test_zcash.py index dc959199a3..1fce7920ad 100644 --- a/tests/device_tests/bitcoin/test_zcash.py +++ b/tests/device_tests/bitcoin/test_zcash.py @@ -54,7 +54,11 @@ FAKE_TXHASH_v4 = bytes.fromhex( "cb3c1190798dc7909f182ae9ae23e7c473d849ba5b933eb34538b9957fa87975" ) -pytestmark = [pytest.mark.altcoin, pytest.mark.zcash] +pytestmark = [ + pytest.mark.altcoin, + pytest.mark.zcash, + pytest.mark.models(skip=["eckhart"]), +] def test_v3_not_supported(client: Client): diff --git a/tests/device_tests/cardano/test_address_public_key.py b/tests/device_tests/cardano/test_address_public_key.py index d7c02e6b6d..4a4b63a547 100644 --- a/tests/device_tests/cardano/test_address_public_key.py +++ b/tests/device_tests/cardano/test_address_public_key.py @@ -32,7 +32,7 @@ from ...input_flows import InputFlowShowXpubQRCode pytestmark = [ pytest.mark.altcoin, pytest.mark.cardano, - pytest.mark.models("core"), + pytest.mark.models("core", skip=["eckhart"]), ] diff --git a/tests/device_tests/cardano/test_derivations.py b/tests/device_tests/cardano/test_derivations.py index 656c31a8bd..f5b5964b9c 100644 --- a/tests/device_tests/cardano/test_derivations.py +++ b/tests/device_tests/cardano/test_derivations.py @@ -27,7 +27,7 @@ from ...common import MNEMONIC_SLIP39_BASIC_20_3of6 pytestmark = [ pytest.mark.altcoin, pytest.mark.cardano, - pytest.mark.models("core"), + pytest.mark.models("core", skip=["eckhart"]), ] ADDRESS_N = parse_path("m/1852h/1815h/0h") diff --git a/tests/device_tests/cardano/test_get_native_script_hash.py b/tests/device_tests/cardano/test_get_native_script_hash.py index 63ee56d16f..c8514d04c4 100644 --- a/tests/device_tests/cardano/test_get_native_script_hash.py +++ b/tests/device_tests/cardano/test_get_native_script_hash.py @@ -25,7 +25,7 @@ from ...common import parametrize_using_common_fixtures pytestmark = [ pytest.mark.altcoin, pytest.mark.cardano, - pytest.mark.models("core"), + pytest.mark.models("core", skip=["eckhart"]), ] diff --git a/tests/device_tests/cardano/test_sign_tx.py b/tests/device_tests/cardano/test_sign_tx.py index 6fd3159e01..3b652009b6 100644 --- a/tests/device_tests/cardano/test_sign_tx.py +++ b/tests/device_tests/cardano/test_sign_tx.py @@ -27,7 +27,7 @@ from ...input_flows import InputFlowConfirmAllWarnings pytestmark = [ pytest.mark.altcoin, pytest.mark.cardano, - pytest.mark.models("core"), + pytest.mark.models("core", skip=["eckhart"]), ] diff --git a/tests/device_tests/eos/test_get_public_key.py b/tests/device_tests/eos/test_get_public_key.py index 1b518e95f2..97e361bf58 100644 --- a/tests/device_tests/eos/test_get_public_key.py +++ b/tests/device_tests/eos/test_get_public_key.py @@ -26,7 +26,7 @@ from ...input_flows import InputFlowShowXpubQRCode @pytest.mark.altcoin @pytest.mark.eos -@pytest.mark.models("t2t1") +@pytest.mark.models("t2t1", skip=["eckhart"]) @pytest.mark.setup_client(mnemonic=MNEMONIC12) def test_eos_get_public_key(client: Client): with client: diff --git a/tests/device_tests/eos/test_signtx.py b/tests/device_tests/eos/test_signtx.py index 57fd051bb4..f56746cf13 100644 --- a/tests/device_tests/eos/test_signtx.py +++ b/tests/device_tests/eos/test_signtx.py @@ -29,7 +29,7 @@ ADDRESS_N = parse_path("m/44h/194h/0h/0/0") pytestmark = [ pytest.mark.altcoin, pytest.mark.eos, - pytest.mark.models("t2t1"), + pytest.mark.models("t2t1", skip=["eckhart"]), pytest.mark.setup_client(mnemonic=MNEMONIC12), ] diff --git a/tests/device_tests/ethereum/test_definitions.py b/tests/device_tests/ethereum/test_definitions.py index 314189ca59..2515b8cd62 100644 --- a/tests/device_tests/ethereum/test_definitions.py +++ b/tests/device_tests/ethereum/test_definitions.py @@ -13,7 +13,11 @@ from ...input_flows import InputFlowConfirmAllWarnings from . import common from .test_sign_typed_data import DATA as TYPED_DATA -pytestmark = [pytest.mark.altcoin, pytest.mark.ethereum] +pytestmark = [ + pytest.mark.altcoin, + pytest.mark.ethereum, + pytest.mark.models(skip=["eckhart"]), +] ERC20_OPERATION = "a9059cbb000000000000000000000000574bbb36871ba6b78e27f4b4dcfb76ea0091880b0000000000000000000000000000000000000000000000000000000000000123" ERC20_BUILTIN_TOKEN = "0xdac17f958d2ee523a2206206994597c13d831ec7" # USDT diff --git a/tests/device_tests/ethereum/test_definitions_bad.py b/tests/device_tests/ethereum/test_definitions_bad.py index 3f21195643..9d256c1fc3 100644 --- a/tests/device_tests/ethereum/test_definitions_bad.py +++ b/tests/device_tests/ethereum/test_definitions_bad.py @@ -13,7 +13,11 @@ from trezorlib.tools import parse_path from .common import make_defs, make_network, make_payload, make_token, sign_payload from .test_definitions import DEFAULT_ERC20_PARAMS, ERC20_FAKE_ADDRESS -pytestmark = [pytest.mark.altcoin, pytest.mark.ethereum] +pytestmark = [ + pytest.mark.altcoin, + pytest.mark.ethereum, + pytest.mark.models(skip=["eckhart"]), +] def fails(client: Client, network: bytes, match: str) -> None: diff --git a/tests/device_tests/ethereum/test_getaddress.py b/tests/device_tests/ethereum/test_getaddress.py index 3add0ad92f..3b5faf29fe 100644 --- a/tests/device_tests/ethereum/test_getaddress.py +++ b/tests/device_tests/ethereum/test_getaddress.py @@ -23,7 +23,11 @@ from trezorlib.tools import parse_path from ...common import parametrize_using_common_fixtures from ...input_flows import InputFlowShowAddressQRCode -pytestmark = [pytest.mark.altcoin, pytest.mark.ethereum] +pytestmark = [ + pytest.mark.altcoin, + pytest.mark.ethereum, + pytest.mark.models(skip=["eckhart"]), +] @parametrize_using_common_fixtures("ethereum/getaddress.json") diff --git a/tests/device_tests/ethereum/test_getpublickey.py b/tests/device_tests/ethereum/test_getpublickey.py index 103b261f57..e96cea8225 100644 --- a/tests/device_tests/ethereum/test_getpublickey.py +++ b/tests/device_tests/ethereum/test_getpublickey.py @@ -23,7 +23,11 @@ from trezorlib.tools import parse_path from ...common import parametrize_using_common_fixtures -pytestmark = [pytest.mark.altcoin, pytest.mark.ethereum] +pytestmark = [ + pytest.mark.altcoin, + pytest.mark.ethereum, + pytest.mark.models(skip=["eckhart"]), +] @parametrize_using_common_fixtures("ethereum/getpublickey.json") diff --git a/tests/device_tests/ethereum/test_sign_typed_data.py b/tests/device_tests/ethereum/test_sign_typed_data.py index 38159e39e0..5702b6cd23 100644 --- a/tests/device_tests/ethereum/test_sign_typed_data.py +++ b/tests/device_tests/ethereum/test_sign_typed_data.py @@ -23,7 +23,11 @@ from trezorlib.tools import parse_path from ...common import parametrize_using_common_fixtures from ...input_flows import InputFlowEIP712Cancel, InputFlowEIP712ShowMore -pytestmark = [pytest.mark.altcoin, pytest.mark.ethereum] +pytestmark = [ + pytest.mark.altcoin, + pytest.mark.ethereum, + pytest.mark.models(skip=["eckhart"]), +] @pytest.mark.models("core") diff --git a/tests/device_tests/ethereum/test_sign_verify_message.py b/tests/device_tests/ethereum/test_sign_verify_message.py index ebbbc1f3cc..00d53eb7af 100644 --- a/tests/device_tests/ethereum/test_sign_verify_message.py +++ b/tests/device_tests/ethereum/test_sign_verify_message.py @@ -24,7 +24,11 @@ from trezorlib.tools import parse_path from ...common import parametrize_using_common_fixtures from ...input_flows import InputFlowSignVerifyMessageLong -pytestmark = [pytest.mark.altcoin, pytest.mark.ethereum] +pytestmark = [ + pytest.mark.altcoin, + pytest.mark.ethereum, + pytest.mark.models(skip=["eckhart"]), +] @parametrize_using_common_fixtures("ethereum/signmessage.json") diff --git a/tests/device_tests/ethereum/test_signtx.py b/tests/device_tests/ethereum/test_signtx.py index 17a79bbb54..618d822976 100644 --- a/tests/device_tests/ethereum/test_signtx.py +++ b/tests/device_tests/ethereum/test_signtx.py @@ -37,7 +37,11 @@ from .common import encode_network TO_ADDR = "0x1d1c328764a41bda0492b66baa30c4a339ff85ef" -pytestmark = [pytest.mark.altcoin, pytest.mark.ethereum] +pytestmark = [ + pytest.mark.altcoin, + pytest.mark.ethereum, + pytest.mark.models(skip=["eckhart"]), +] def make_defs(parameters: dict) -> messages.EthereumDefinitions: diff --git a/tests/device_tests/monero/test_getaddress.py b/tests/device_tests/monero/test_getaddress.py index dfd0ce5ab0..3a56dc3de7 100644 --- a/tests/device_tests/monero/test_getaddress.py +++ b/tests/device_tests/monero/test_getaddress.py @@ -41,7 +41,7 @@ TEST_VECTORS = [ pytestmark = [ pytest.mark.altcoin, pytest.mark.monero, - pytest.mark.models("core"), + pytest.mark.models("core", skip=["eckhart"]), pytest.mark.setup_client(mnemonic=MNEMONIC12), ] diff --git a/tests/device_tests/monero/test_getwatchkey.py b/tests/device_tests/monero/test_getwatchkey.py index eee83d0445..717e20082f 100644 --- a/tests/device_tests/monero/test_getwatchkey.py +++ b/tests/device_tests/monero/test_getwatchkey.py @@ -25,7 +25,7 @@ from ...common import MNEMONIC12 @pytest.mark.altcoin @pytest.mark.monero -@pytest.mark.models("core") +@pytest.mark.models("core", skip=["eckhart"]) @pytest.mark.setup_client(mnemonic=MNEMONIC12) def test_monero_getwatchkey(client: Client): res = monero.get_watch_key(client, parse_path("m/44h/128h/0h")) diff --git a/tests/device_tests/nem/test_getaddress.py b/tests/device_tests/nem/test_getaddress.py index b2b20c529e..4c8de9f687 100644 --- a/tests/device_tests/nem/test_getaddress.py +++ b/tests/device_tests/nem/test_getaddress.py @@ -25,7 +25,7 @@ from ...common import MNEMONIC12 @pytest.mark.altcoin @pytest.mark.nem -@pytest.mark.models("t1b1", "t2t1") +@pytest.mark.models("t1b1", "t2t1", skip=["eckhart"]) @pytest.mark.setup_client(mnemonic=MNEMONIC12) @pytest.mark.parametrize("chunkify", (True, False)) def test_nem_getaddress(client: Client, chunkify: bool): diff --git a/tests/device_tests/nem/test_signtx_mosaics.py b/tests/device_tests/nem/test_signtx_mosaics.py index 51cfd556a7..60df8fe1ec 100644 --- a/tests/device_tests/nem/test_signtx_mosaics.py +++ b/tests/device_tests/nem/test_signtx_mosaics.py @@ -27,7 +27,7 @@ ADDRESS_N = parse_path("m/44h/1h/0h/0h/0h") pytestmark = [ pytest.mark.altcoin, pytest.mark.nem, - pytest.mark.models("t1b1", "t2t1"), + pytest.mark.models("t1b1", "t2t1", skip=["eckhart"]), pytest.mark.setup_client(mnemonic=MNEMONIC12), ] diff --git a/tests/device_tests/nem/test_signtx_multisig.py b/tests/device_tests/nem/test_signtx_multisig.py index d153547c42..bb3a164307 100644 --- a/tests/device_tests/nem/test_signtx_multisig.py +++ b/tests/device_tests/nem/test_signtx_multisig.py @@ -25,7 +25,7 @@ from ...common import MNEMONIC12 pytestmark = [ pytest.mark.altcoin, pytest.mark.nem, - pytest.mark.models("t1b1", "t2t1"), + pytest.mark.models("t1b1", "t2t1", skip=["eckhart"]), pytest.mark.setup_client(mnemonic=MNEMONIC12), ] diff --git a/tests/device_tests/nem/test_signtx_others.py b/tests/device_tests/nem/test_signtx_others.py index f775c60cdf..544a896e33 100644 --- a/tests/device_tests/nem/test_signtx_others.py +++ b/tests/device_tests/nem/test_signtx_others.py @@ -25,7 +25,7 @@ from ...common import MNEMONIC12 pytestmark = [ pytest.mark.altcoin, pytest.mark.nem, - pytest.mark.models("t1b1", "t2t1"), + pytest.mark.models("t1b1", "t2t1", skip=["eckhart"]), pytest.mark.setup_client(mnemonic=MNEMONIC12), ] diff --git a/tests/device_tests/nem/test_signtx_transfers.py b/tests/device_tests/nem/test_signtx_transfers.py index 0388b30ffb..6213ed8eb9 100644 --- a/tests/device_tests/nem/test_signtx_transfers.py +++ b/tests/device_tests/nem/test_signtx_transfers.py @@ -25,7 +25,7 @@ from ...common import MNEMONIC12, is_core pytestmark = [ pytest.mark.altcoin, pytest.mark.nem, - pytest.mark.models("t1b1", "t2t1"), + pytest.mark.models("t1b1", "t2t1", skip=["eckhart"]), pytest.mark.setup_client(mnemonic=MNEMONIC12), ] diff --git a/tests/device_tests/nostr/test_nostr.py b/tests/device_tests/nostr/test_nostr.py index 465ca256eb..411a627d2b 100644 --- a/tests/device_tests/nostr/test_nostr.py +++ b/tests/device_tests/nostr/test_nostr.py @@ -22,7 +22,7 @@ import pytest from trezorlib import messages, nostr from trezorlib.tools import parse_path -pytestmark = [pytest.mark.altcoin, pytest.mark.models("core")] +pytestmark = [pytest.mark.altcoin, pytest.mark.models("core", skip=["eckhart"])] # test data from NIP-06: https://github.com/nostr-protocol/nips/blob/master/06.md diff --git a/tests/device_tests/ripple/test_get_address.py b/tests/device_tests/ripple/test_get_address.py index 0d35b6c5b9..42a70b026f 100644 --- a/tests/device_tests/ripple/test_get_address.py +++ b/tests/device_tests/ripple/test_get_address.py @@ -31,7 +31,7 @@ CUSTOM_MNEMONIC = ( pytestmark = [ pytest.mark.altcoin, pytest.mark.ripple, - pytest.mark.models("core"), + pytest.mark.models("core", skip=["eckhart"]), ] # data from https://iancoleman.io/bip39/ diff --git a/tests/device_tests/ripple/test_sign_tx.py b/tests/device_tests/ripple/test_sign_tx.py index a03a29d4be..1bb7b2cb98 100644 --- a/tests/device_tests/ripple/test_sign_tx.py +++ b/tests/device_tests/ripple/test_sign_tx.py @@ -24,7 +24,7 @@ from trezorlib.tools import parse_path pytestmark = [ pytest.mark.altcoin, pytest.mark.ripple, - pytest.mark.models("core"), + pytest.mark.models("core", skip=["eckhart"]), ] diff --git a/tests/device_tests/solana/test_address.py b/tests/device_tests/solana/test_address.py index b3af4ea8ed..030bdd6956 100644 --- a/tests/device_tests/solana/test_address.py +++ b/tests/device_tests/solana/test_address.py @@ -25,7 +25,7 @@ from ...common import parametrize_using_common_fixtures pytestmark = [ pytest.mark.altcoin, pytest.mark.solana, - pytest.mark.models("core"), + pytest.mark.models("core", skip=["eckhart"]), ] diff --git a/tests/device_tests/solana/test_public_key.py b/tests/device_tests/solana/test_public_key.py index e12c345fc3..0afa199266 100644 --- a/tests/device_tests/solana/test_public_key.py +++ b/tests/device_tests/solana/test_public_key.py @@ -25,7 +25,7 @@ from ...common import parametrize_using_common_fixtures pytestmark = [ pytest.mark.altcoin, pytest.mark.solana, - pytest.mark.models("core"), + pytest.mark.models("core", skip=["eckhart"]), ] diff --git a/tests/device_tests/solana/test_sign_tx.py b/tests/device_tests/solana/test_sign_tx.py index 3cf1d69f8f..8e470c6d48 100644 --- a/tests/device_tests/solana/test_sign_tx.py +++ b/tests/device_tests/solana/test_sign_tx.py @@ -29,7 +29,7 @@ from .construct.transaction import Message, RawInstruction pytestmark = [ pytest.mark.altcoin, pytest.mark.solana, - pytest.mark.models("core"), + pytest.mark.models("core", skip=["eckhart"]), ] diff --git a/tests/device_tests/stellar/test_stellar.py b/tests/device_tests/stellar/test_stellar.py index 8e214ab113..61a2100fd7 100644 --- a/tests/device_tests/stellar/test_stellar.py +++ b/tests/device_tests/stellar/test_stellar.py @@ -64,6 +64,7 @@ from ...input_flows import InputFlowShowAddressQRCode pytestmark = [ pytest.mark.altcoin, pytest.mark.stellar, + pytest.mark.models(skip=["eckhart"]), ] diff --git a/tests/device_tests/test_authenticate_device.py b/tests/device_tests/test_authenticate_device.py index f2ffb5d715..c3e876078c 100644 --- a/tests/device_tests/test_authenticate_device.py +++ b/tests/device_tests/test_authenticate_device.py @@ -9,7 +9,7 @@ from trezorlib.debuglink import TrezorClientDebugLink as Client from ..common import compact_size -pytestmark = pytest.mark.models("safe") +pytestmark = pytest.mark.models("safe", skip=["eckhart"]) ROOT_PUBLIC_KEY = { models.T2B1: bytes.fromhex( diff --git a/tests/device_tests/test_busy_state.py b/tests/device_tests/test_busy_state.py index 45e6872bd5..865472059f 100644 --- a/tests/device_tests/test_busy_state.py +++ b/tests/device_tests/test_busy_state.py @@ -23,6 +23,8 @@ from trezorlib.debuglink import LayoutType from trezorlib.debuglink import TrezorClientDebugLink as Client from trezorlib.tools import parse_path +pytestmark = pytest.mark.models(skip=["eckhart"]) + PIN = "1234" diff --git a/tests/device_tests/test_cancel.py b/tests/device_tests/test_cancel.py index b72e95a88e..257cdc6371 100644 --- a/tests/device_tests/test_cancel.py +++ b/tests/device_tests/test_cancel.py @@ -70,7 +70,7 @@ def test_cancel_message_via_initialize(client: Client, message): assert isinstance(resp, m.Features) -@pytest.mark.models("core") +@pytest.mark.models("core", skip=["eckhart"]) def test_cancel_on_paginated(client: Client): """Check that device is responsive on paginated screen. See #1708.""" # In #1708, the device would ignore USB (or UDP) events while waiting for the user diff --git a/tests/device_tests/test_firmware_hash.py b/tests/device_tests/test_firmware_hash.py index a843fd7065..574853e6fd 100644 --- a/tests/device_tests/test_firmware_hash.py +++ b/tests/device_tests/test_firmware_hash.py @@ -5,6 +5,8 @@ import pytest from trezorlib import firmware, models from trezorlib.debuglink import TrezorClientDebugLink as Client +pytestmark = pytest.mark.models(skip=["eckhart"]) + # size of FIRMWARE_AREA, see core/embed/models/model_*_layout.c FIRMWARE_LENGTHS = { models.T1B1: 7 * 128 * 1024 + 64 * 1024, diff --git a/tests/device_tests/test_language.py b/tests/device_tests/test_language.py index b08c4f29df..8f9d08b0ae 100644 --- a/tests/device_tests/test_language.py +++ b/tests/device_tests/test_language.py @@ -35,7 +35,7 @@ from ..translations import ( sign_blob, ) -pytestmark = pytest.mark.models("core") +pytestmark = pytest.mark.models("core", skip=["eckhart"]) MAX_DATA_LENGTH = { diff --git a/tests/device_tests/test_msg_applysettings.py b/tests/device_tests/test_msg_applysettings.py index 9e3161bb8b..3c5edd986e 100644 --- a/tests/device_tests/test_msg_applysettings.py +++ b/tests/device_tests/test_msg_applysettings.py @@ -203,7 +203,7 @@ def test_apply_homescreen_toif(client: Client): device.apply_settings(client, homescreen=img) -@pytest.mark.models(skip=["legacy", "safe3"]) +@pytest.mark.models(skip=["legacy", "safe3", "eckhart"]) def test_apply_homescreen_jpeg(client: Client): with open(HERE / "test_bg.jpg", "rb") as f: img = f.read() @@ -325,6 +325,7 @@ def test_apply_homescreen(client: Client): @pytest.mark.setup_client(pin=None) +@pytest.mark.models(skip="eckhart") def test_safety_checks(client: Client): def get_bad_address(): btc.get_address(client, "Bitcoin", parse_path("m/44h"), show_display=True) diff --git a/tests/device_tests/test_msg_backup_device.py b/tests/device_tests/test_msg_backup_device.py index 0dff9500c8..27ac40ab3b 100644 --- a/tests/device_tests/test_msg_backup_device.py +++ b/tests/device_tests/test_msg_backup_device.py @@ -68,6 +68,8 @@ def test_backup_bip39(client: Client): def test_backup_slip39_basic(client: Client, click_info: bool): if click_info and client.layout_type is LayoutType.Caesar: pytest.skip("click_info not implemented on T2B1") + if click_info and client.layout_type is LayoutType.Eckhart: + pytest.skip("click_info not yet implemented on T3W1") assert client.features.backup_availability == messages.BackupAvailability.Required @@ -127,6 +129,8 @@ def test_backup_slip39_single(client: Client): def test_backup_slip39_advanced(client: Client, click_info: bool): if click_info and client.layout_type is LayoutType.Caesar: pytest.skip("click_info not implemented on T2B1") + if click_info and client.layout_type is LayoutType.Eckhart: + pytest.skip("click_info not yet implemented on T3W1") assert client.features.backup_availability == messages.BackupAvailability.Required diff --git a/tests/device_tests/test_msg_sd_protect.py b/tests/device_tests/test_msg_sd_protect.py index fb30561382..ae454cc001 100644 --- a/tests/device_tests/test_msg_sd_protect.py +++ b/tests/device_tests/test_msg_sd_protect.py @@ -23,7 +23,10 @@ from trezorlib.messages import SdProtectOperationType as Op from ..common import MNEMONIC12 -pytestmark = [pytest.mark.models("core", skip="safe3"), pytest.mark.sd_card] +pytestmark = [ + pytest.mark.models("core", skip=["safe3", "eckhart"]), + pytest.mark.sd_card, +] def test_enable_disable(client: Client): diff --git a/tests/device_tests/test_msg_show_device_tutorial.py b/tests/device_tests/test_msg_show_device_tutorial.py index 52904c50c5..bc06ff542e 100644 --- a/tests/device_tests/test_msg_show_device_tutorial.py +++ b/tests/device_tests/test_msg_show_device_tutorial.py @@ -21,7 +21,7 @@ from trezorlib.debuglink import TrezorClientDebugLink as Client @pytest.mark.setup_client(uninitialized=True) -@pytest.mark.models("safe") +@pytest.mark.models("safe", skip=["eckhart"]) def test_tutorial(client: Client): device.show_device_tutorial(client) assert client.features.initialized is False diff --git a/tests/device_tests/test_protection_levels.py b/tests/device_tests/test_protection_levels.py index be2a3a81e0..8752110301 100644 --- a/tests/device_tests/test_protection_levels.py +++ b/tests/device_tests/test_protection_levels.py @@ -279,6 +279,7 @@ def test_recovery_device(client: Client): ) +@pytest.mark.models(skip=["eckhart"]) def test_sign_message(client: Client): _assert_protection(client) with client: @@ -320,7 +321,7 @@ def test_verify_message_t1(client: Client): ) -@pytest.mark.models("core") +@pytest.mark.models("core", skip=["eckhart"]) def test_verify_message_t2(client: Client): _assert_protection(client) with client: @@ -345,6 +346,7 @@ def test_verify_message_t2(client: Client): ) +@pytest.mark.models(skip=["eckhart"]) def test_signtx(client: Client): # input tx: 50f6f1209ca92d7359564be803cb2c932cde7d370f7cee50fd1fad6790f6206d diff --git a/tests/device_tests/test_sdcard.py b/tests/device_tests/test_sdcard.py index 69098d81df..3a2a2a9aaf 100644 --- a/tests/device_tests/test_sdcard.py +++ b/tests/device_tests/test_sdcard.py @@ -23,7 +23,7 @@ from trezorlib.messages import SdProtectOperationType as Op from .. import translations as TR -pytestmark = pytest.mark.models("core", skip="safe3") +pytestmark = pytest.mark.models("core", skip=["safe3", "eckhart"]) @pytest.mark.sd_card(formatted=False) diff --git a/tests/device_tests/tezos/test_getaddress.py b/tests/device_tests/tezos/test_getaddress.py index 3e6b542393..742ad18e47 100644 --- a/tests/device_tests/tezos/test_getaddress.py +++ b/tests/device_tests/tezos/test_getaddress.py @@ -25,7 +25,7 @@ from ...input_flows import InputFlowShowAddressQRCode pytestmark = [ pytest.mark.altcoin, pytest.mark.tezos, - pytest.mark.models("core"), + pytest.mark.models("core", skip=["eckhart"]), ] TEST_VECTORS = [ diff --git a/tests/device_tests/tezos/test_getpublickey.py b/tests/device_tests/tezos/test_getpublickey.py index 9f5bfcd0f7..752ebeb2a8 100644 --- a/tests/device_tests/tezos/test_getpublickey.py +++ b/tests/device_tests/tezos/test_getpublickey.py @@ -23,7 +23,7 @@ from trezorlib.tools import parse_path @pytest.mark.altcoin @pytest.mark.tezos -@pytest.mark.models("core") +@pytest.mark.models("core", skip=["eckhart"]) def test_tezos_get_public_key(client: Client): path = parse_path("m/44h/1729h/0h") pk = get_public_key(client, path) diff --git a/tests/device_tests/tezos/test_sign_tx.py b/tests/device_tests/tezos/test_sign_tx.py index 06e17304db..e608fe99d7 100644 --- a/tests/device_tests/tezos/test_sign_tx.py +++ b/tests/device_tests/tezos/test_sign_tx.py @@ -28,7 +28,7 @@ TEZOS_PATH_15 = parse_path("m/44h/1729h/15h") pytestmark = [ pytest.mark.altcoin, pytest.mark.tezos, - pytest.mark.models("core"), + pytest.mark.models("core", skip=["eckhart"]), ] diff --git a/tests/device_tests/webauthn/test_msg_webauthn.py b/tests/device_tests/webauthn/test_msg_webauthn.py index 3fd7ca7fd9..798bebb7e2 100644 --- a/tests/device_tests/webauthn/test_msg_webauthn.py +++ b/tests/device_tests/webauthn/test_msg_webauthn.py @@ -27,7 +27,7 @@ from .data_webauthn import CRED1, CRED2, CRED3, CREDS RK_CAPACITY = 100 -@pytest.mark.models("core") +@pytest.mark.models("core", skip=["eckhart"]) @pytest.mark.altcoin @pytest.mark.setup_client(mnemonic=MNEMONIC12) def test_add_remove(client: Client): diff --git a/tests/device_tests/webauthn/test_u2f_counter.py b/tests/device_tests/webauthn/test_u2f_counter.py index d99467f2b9..f7cbb1c9fb 100644 --- a/tests/device_tests/webauthn/test_u2f_counter.py +++ b/tests/device_tests/webauthn/test_u2f_counter.py @@ -21,6 +21,7 @@ from trezorlib.debuglink import TrezorClientDebugLink as Client @pytest.mark.altcoin +@pytest.mark.models(skip=["eckhart"]) def test_u2f_counter(client: Client): assert fido.get_next_counter(client) == 0 assert fido.get_next_counter(client) == 1 diff --git a/tests/device_tests/zcash/test_sign_tx.py b/tests/device_tests/zcash/test_sign_tx.py index d689c8af96..8dde071aff 100644 --- a/tests/device_tests/zcash/test_sign_tx.py +++ b/tests/device_tests/zcash/test_sign_tx.py @@ -50,7 +50,11 @@ TXHASH_4b6cec = bytes.fromhex( VERSION_GROUP_ID = 0x26A7270A BRANCH_ID = 0xC2D6D0B4 -pytestmark = [pytest.mark.altcoin, pytest.mark.zcash] +pytestmark = [ + pytest.mark.altcoin, + pytest.mark.zcash, + pytest.mark.models(skip=["eckhart"]), +] def test_version_group_id_missing(client: Client):