pull/31500/head
Shane Smiskol 2 years ago
parent e60084ea37
commit c1bdeee708
  1. 4
      selfdrive/car/tests/test_fw_fingerprint.py

@ -40,8 +40,8 @@ class TestFwFingerprint(unittest.TestCase):
for _ in range(200): for _ in range(200):
fw = [] fw = []
for ecu, fw_versions in ecus.items(): for ecu, fw_versions in ecus.items():
# Assume non-essential ECUs apply to all cars, so that missing ECUs on an # Assume non-essential ECUs apply to all cars, so we catch cases where Car A with
# Accord Hybrid won't match to an Accord where only Accord has labeled non-essential ECUs # missing ECUs won't match to Car B where only Car B has labeled non-essential ECUs
if ecu[0] in config.non_essential_ecus and test_non_essential: if ecu[0] in config.non_essential_ecus and test_non_essential:
continue continue

Loading…
Cancel
Save