From 8790b93a4c8aa3762d0cf5712f1a201b7b363999 Mon Sep 17 00:00:00 2001 From: Jason Young Date: Sat, 21 Sep 2024 12:14:23 -0400 Subject: [PATCH] add test route --- opendbc/car/tests/test_fw_fingerprint.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/opendbc/car/tests/test_fw_fingerprint.py b/opendbc/car/tests/test_fw_fingerprint.py index 56e2af4c35..aabdaa4ce6 100644 --- a/opendbc/car/tests/test_fw_fingerprint.py +++ b/opendbc/car/tests/test_fw_fingerprint.py @@ -265,13 +265,12 @@ def fake_get_ecu_addrs(*_, timeout): print(f'get_vin {name} case, query time={self.total_time / self.N} seconds') def test_fw_query_timing(self, subtests, mocker): - total_ref_time = {1: 7.0, 2: 7.6} # FIXME: Placeholder, adjust timing when FCA Giorgio UDS is implemented + total_ref_time = {1: 6.9, 2: 7.5} brand_ref_times = { 1: { 'gm': 1.0, 'body': 0.1, 'chrysler': 0.3, - 'fca_giorgio': 0.1, # FIXME: Placeholder, adjust timing when FCA Giorgio UDS is implemented 'ford': 1.5, 'honda': 0.45, 'hyundai': 0.65,