Skip to content

Commit

Permalink
add test route
Browse files Browse the repository at this point in the history
  • Loading branch information
jyoung8607 committed Sep 21, 2024
1 parent 0b051d5 commit 8790b93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions opendbc/car/tests/test_fw_fingerprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8790b93

Please sign in to comment.