TestFordFW: remove engine ECU FW

pull/31124/head
Cameron Clough 2 years ago
parent bd57380187
commit 0c18653620
  1. 8
      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

Loading…
Cancel
Save