From 92384900d6ac802c08a1bce39e89312605832476 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Mon, 29 Jan 2024 22:01:39 -0800 Subject: [PATCH] todo --- selfdrive/car/fw_versions.py | 1 + selfdrive/car/tests/test_fw_fingerprint.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/selfdrive/car/fw_versions.py b/selfdrive/car/fw_versions.py index df9b206ac6..73ae72ae20 100755 --- a/selfdrive/car/fw_versions.py +++ b/selfdrive/car/fw_versions.py @@ -278,6 +278,7 @@ def get_fw_versions(logcan, sendcan, query_brand=None, extra=None, timeout=0.1, parallel_addrs = [] ecu_types = {} + # TODO: make this work with only extra_ecus (no platforms) for brand, brand_versions in versions.items(): config = FW_QUERY_CONFIGS[brand] for ecu in brand_versions.values(): diff --git a/selfdrive/car/tests/test_fw_fingerprint.py b/selfdrive/car/tests/test_fw_fingerprint.py index 620230946f..d80cc3e421 100755 --- a/selfdrive/car/tests/test_fw_fingerprint.py +++ b/selfdrive/car/tests/test_fw_fingerprint.py @@ -238,7 +238,7 @@ class TestFwFingerprintTiming(unittest.TestCase): @pytest.mark.timeout(60) def test_fw_query_timing(self): - total_ref_time = 6.5 + total_ref_time = 7.1 brand_ref_times = { 1: { 'gm': 0.5,