mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
Revert "test_models: update relay malfunction check" (#35002)
Revert "test_models: update relay malfunction check (#34999)"
This reverts commit 2cd0079abe.
This commit is contained in:
+1
-1
Submodule opendbc_repo updated: 5a24ffee45...81820502a0
@@ -240,7 +240,6 @@ class TestCarModelBase(unittest.TestCase):
|
||||
continue
|
||||
|
||||
to_send = libsafety_py.make_CANPacket(msg.address, msg.src % 4, msg.dat)
|
||||
self.safety.safety_fwd_hook(msg.src, msg.address)
|
||||
if self.safety.safety_rx_hook(to_send) != 1:
|
||||
failed_addrs[hex(msg.address)] += 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user