Skip to content

Commit

Permalink
Added heartbeat to black loopback testing
Browse files Browse the repository at this point in the history
  • Loading branch information
robbederks committed Jul 24, 2019
1 parent 79b44cb commit 996dc40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/black_loopback_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ def test_buses(black_panda, other_panda, direction, test_array, sleep_duration):
print("***************** TESTING (OTHER --> BLACK) *****************")

for send_bus, obd, recv_buses in test_array:
black_panda.send_heartbeat()
other_panda.send_heartbeat()
print("\ntest can: ", send_bus, " OBD: ", obd)

# set OBD on black panda
Expand Down

0 comments on commit 996dc40

Please sign in to comment.