From 0c186536201dd7426043273f45e33fd051c76dc4 Mon Sep 17 00:00:00 2001 From: Cameron Clough Date: Wed, 31 Jan 2024 13:21:21 +0000 Subject: [PATCH] TestFordFW: remove engine ECU FW --- selfdrive/car/ford/tests/test_ford.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/selfdrive/car/ford/tests/test_ford.py b/selfdrive/car/ford/tests/test_ford.py index dbd78acddd..bd311508e3 100755 --- a/selfdrive/car/ford/tests/test_ford.py +++ b/selfdrive/car/ford/tests/test_ford.py @@ -37,9 +37,6 @@ ECU_FW_CORE = { b"14F397", # Ford Q3 b"14H102", # Ford Q4 ], - Ecu.engine: [ - b"14C204", - ], } @@ -98,10 +95,6 @@ class TestFordFW(unittest.TestCase): b"LB5T-14F397-AD\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00", b"LB5T-14F397-AF\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00", ], - (Ecu.engine, 0x7e0, None): [ - b"LB5A-14C204-ATJ\x00\x00\x00\x00\x00\x00\x00\x00\x00", - b"LB5A-14C204-ATS\x00\x00\x00\x00\x00\x00\x00\x00\x00", - ], } live_fw = { @@ -109,7 +102,6 @@ class TestFordFW(unittest.TestCase): (0x760, None): {b"L1MC-2D053-BB\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"}, (0x764, None): {b"LB5T-14D049-AC\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"}, (0x706, None): {b"LB5T-14F397-AE\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"}, - (0x7e0, None): {b"LB5A-14C204-ATK\x00\x00\x00\x00\x00\x00\x00\x00\x00"}, } # for this test, check that none of the live FW matches matches the offline FW exactly