Skip to content

Commit 996dc40

Browse files
committed
Added heartbeat to black loopback testing
1 parent 79b44cb commit 996dc40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/black_loopback_test.py

+2
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ def test_buses(black_panda, other_panda, direction, test_array, sleep_duration):
7070
print("***************** TESTING (OTHER --> BLACK) *****************")
7171

7272
for send_bus, obd, recv_buses in test_array:
73+
black_panda.send_heartbeat()
74+
other_panda.send_heartbeat()
7375
print("\ntest can: ", send_bus, " OBD: ", obd)
7476

7577
# set OBD on black panda

0 commit comments

Comments
 (0)