Skip to content

Commit

Permalink
EV_Gearshift -> Motor_EV_01, enable test
Browse files Browse the repository at this point in the history
  • Loading branch information
jyoung8607 committed Sep 12, 2024
1 parent 44b86d7 commit 9014ce3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions opendbc/can/tests/test_checksums.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,8 @@ def test_mqb_crc_ACC_07(self, subtests):
b'\x85\xef\x7f\x00\xfe\x00\xc0\xff',
])

@pytest.mark.skip(reason="Missing field definitions in .dbc for EV_Gearshift")
def test_mqb_crc_EV_Gearshift(self, subtests):
self.verify_mqb_crc(subtests, "EV_Gearshift", 0x187, [
def test_mqb_crc_Motor_EV_01(self, subtests):
self.verify_mqb_crc(subtests, "Motor_EV_01", 0x187, [
b'\x70\x80\x15\x00\x00\x00\x00\xF0',
b'\x07\x81\x15\x00\x00\x00\x00\xF0',
b'\x7A\x82\x15\x00\x00\x00\x00\xF0',
Expand Down

0 comments on commit 9014ce3

Please sign in to comment.