diff --git a/scripts/generate-test-report.py b/scripts/generate-test-report.py index dbf6c0c5..40733103 100644 --- a/scripts/generate-test-report.py +++ b/scripts/generate-test-report.py @@ -646,16 +646,6 @@ def parse_junit(path): '0x swap ETH to ERC-20', 'DEX aggregator swap via 0x protocol.', []), ('E15', 'test_msg_ethereum_cfunc', 'test_sign_execTx', 'Contract function call', 'Generic contract call signing.', []), - ('E16', 'test_msg_ethereum_signtx', 'test_ethereum_blind_sign_blocked', - 'Blind sign BLOCKED (AdvancedMode OFF)', - 'Contract data with AdvancedMode disabled. Device shows BLOCKED screen and refuses to sign. ' - 'This is the default behavior -- blind signing must be explicitly enabled.', - ['BLOCKED screen']), - ('E17', 'test_msg_ethereum_signtx', 'test_ethereum_blind_sign_allowed', - 'Blind sign ALLOWED (AdvancedMode ON)', - 'Contract data with AdvancedMode enabled. Device shows BLIND SIGNATURE warning ' - 'before proceeding. User sees raw data and must explicitly confirm.', - ['BLIND SIGNATURE warning']) ]), ('R', 'Ripple (XRP)', '7.0.0', @@ -816,6 +806,16 @@ def parse_junit(path): 'Signature verification math', 'Unit test for the metadata blob signature algorithm.', []), ('V7', 'test_msg_ethereum_clear_signing', 'test_tampered_blob_fails_verification', 'Tampered blob fails', 'Any byte change in the blob invalidates the signature.', []), + ('V8', 'test_msg_ethereum_signtx', 'test_ethereum_blind_sign_blocked', + 'Blind sign BLOCKED (AdvancedMode OFF)', + 'Contract data with AdvancedMode disabled. Device shows BLOCKED screen and refuses to sign. ' + 'This is the default behavior -- blind signing must be explicitly enabled.', + ['BLOCKED screen']), + ('V9', 'test_msg_ethereum_signtx', 'test_ethereum_blind_sign_allowed', + 'Blind sign ALLOWED (AdvancedMode ON)', + 'Contract data with AdvancedMode enabled. Device shows BLIND SIGNATURE warning ' + 'before proceeding. User sees raw data and must explicitly confirm.', + ['BLIND SIGNATURE warning']), ]), ('S', 'Solana', '7.14.0',