Exemplo n.º 1
0
 def test_relay_malfunction(self):
     test_relay_malfunction(
         self, 0x122 if self.safety.get_subaru_global() else 0x164)
Exemplo n.º 2
0
 def test_relay_malfunction(self):
     test_relay_malfunction(self, 0xE4)
Exemplo n.º 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)
Exemplo n.º 4
0
 def test_relay_malfunction(self):
   test_relay_malfunction(self, 384)
Exemplo n.º 5
0
 def test_relay_malfunction(self):
   test_relay_malfunction(self, MSG_HCA_01)