Hyundai: add PT queries for all ECUs (#31334)

* We never had any bus 0 logging queries for CAN!

* should be logging

* try all, and try on can fd as well

* update refs

* oof forgot about hda2 can fd where pt is bus 1

* sheesh

* fix the timing

* fix ref
This commit is contained in:
Shane Smiskol
2024-02-06 22:37:26 -06:00
committed by GitHub
parent 4ec0ed311c
commit bcd29a2b8a
2 changed files with 32 additions and 3 deletions
+3 -3
View File
@@ -254,7 +254,7 @@ class TestFwFingerprintTiming(unittest.TestCase):
@pytest.mark.timeout(60)
def test_fw_query_timing(self):
total_ref_time = {1: 5.55, 2: 6.05}
total_ref_time = {1: 5.85, 2: 6.65}
brand_ref_times = {
1: {
'gm': 0.5,
@@ -262,7 +262,7 @@ class TestFwFingerprintTiming(unittest.TestCase):
'chrysler': 0.3,
'ford': 0.1,
'honda': 0.55,
'hyundai': 0.65,
'hyundai': 0.95,
'mazda': 0.1,
'nissan': 0.8,
'subaru': 0.45,
@@ -272,7 +272,7 @@ class TestFwFingerprintTiming(unittest.TestCase):
},
2: {
'ford': 0.2,
'hyundai': 1.05,
'hyundai': 1.65,
}
}