tici: reset panda state in amp test setup (#29237)

old-commit-hash: e3ca9f3e85
beeps
Adeeb Shihadeh 2 years ago committed by GitHub
parent 8b08ba1166
commit 4e047635d7
  1. 2
      system/hardware/tici/tests/test_amplifier.py

@ -21,9 +21,9 @@ class TestAmplifier(unittest.TestCase):
# clear dmesg # clear dmesg
subprocess.check_call("sudo dmesg -C", shell=True) subprocess.check_call("sudo dmesg -C", shell=True)
HARDWARE.reset_internal_panda()
Panda.wait_for_panda(None, 30) Panda.wait_for_panda(None, 30)
self.panda = Panda() self.panda = Panda()
self.panda.reset()
def tearDown(self): def tearDown(self):
HARDWARE.reset_internal_panda() HARDWARE.reset_internal_panda()

Loading…
Cancel
Save