mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-25 07:52:03 +08:00
tici: reset panda state in amp test setup (#29237)
This commit is contained in:
@@ -21,9 +21,9 @@ class TestAmplifier(unittest.TestCase):
|
||||
# clear dmesg
|
||||
subprocess.check_call("sudo dmesg -C", shell=True)
|
||||
|
||||
HARDWARE.reset_internal_panda()
|
||||
Panda.wait_for_panda(None, 30)
|
||||
self.panda = Panda()
|
||||
self.panda.reset()
|
||||
|
||||
def tearDown(self):
|
||||
HARDWARE.reset_internal_panda()
|
||||
|
||||
Reference in New Issue
Block a user