コード例 #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
ファイル: test_gm.py プロジェクト: lovekeda/openpilot-1
 def test_relay_malfunction(self):
   test_relay_malfunction(self, 384)
コード例 #5
0
 def test_relay_malfunction(self):
   test_relay_malfunction(self, MSG_HCA_01)