Skip to content

Commit

Permalink
loopback test - fix broken script after removing gmlan
Browse files Browse the repository at this point in the history
  • Loading branch information
dzid26 committed May 27, 2024
1 parent d37d25e commit 29a5ead
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions tests/loopback_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,8 @@ def run_test_w_pandas(pandas, sleep_duration):
cans_echo = panda0.can_recv()
cans_loop = panda1.can_recv()

panda0.set_obd(None)
panda1.set_obd(None)

if obd is True:
panda0.set_obd(bus)
panda1.set_obd(bus)
bus = 3
panda0.set_obd(obd)
panda1.set_obd(obd)

# send the characters
at = random.randint(1, 2000)
Expand Down

0 comments on commit 29a5ead

Please sign in to comment.