Skip to content

Commit

Permalink
Add MSG_SUBARU_Brake_Status to fwd test
Browse files Browse the repository at this point in the history
  • Loading branch information
martinl committed Aug 29, 2023
1 parent b265ecf commit e25788d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/safety/test_subaru.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def long_tx_msgs():
[MSG_SUBARU_Brake_Status, SUBARU_CAM_BUS]]

def fwd_blacklisted_addr(lkas_msg=MSG_SUBARU_ES_LKAS):
return {SUBARU_CAM_BUS: [lkas_msg, MSG_SUBARU_ES_DashStatus, MSG_SUBARU_ES_LKAS_State, MSG_SUBARU_ES_Infotainment]}
return {SUBARU_MAIN_BUS: [MSG_SUBARU_Brake_Status], SUBARU_CAM_BUS: [lkas_msg, MSG_SUBARU_ES_DashStatus, MSG_SUBARU_ES_LKAS_State, MSG_SUBARU_ES_Infotainment]}

class TestSubaruSafetyBase(common.PandaSafetyTest, MeasurementSafetyTest):
FLAGS = 0
Expand Down

0 comments on commit e25788d

Please sign in to comment.