We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b44cb commit 996dc40Copy full SHA for 996dc40
tests/black_loopback_test.py
@@ -70,6 +70,8 @@ def test_buses(black_panda, other_panda, direction, test_array, sleep_duration):
70
print("***************** TESTING (OTHER --> BLACK) *****************")
71
72
for send_bus, obd, recv_buses in test_array:
73
+ black_panda.send_heartbeat()
74
+ other_panda.send_heartbeat()
75
print("\ntest can: ", send_bus, " OBD: ", obd)
76
77
# set OBD on black panda
0 commit comments