예제 #1
0
 def test_relay_malfunction(self):
     test_relay_malfunction(
         self, 0x122 if self.safety.get_subaru_global() else 0x164)
예제 #2
0
 def test_relay_malfunction(self):
     test_relay_malfunction(self, 0xE4)
예제 #3
0
 def test_relay_malfunction(self):
   hw = self.safety.get_honda_hw()
   bus = 2 if hw == HONDA_BG_HW else 0
   test_relay_malfunction(self, 0xE4, bus=bus)
예제 #4
0
 def test_relay_malfunction(self):
   test_relay_malfunction(self, 384)
예제 #5
0
 def test_relay_malfunction(self):
   test_relay_malfunction(self, MSG_HCA_01)