Skip to content

Commit

Permalink
trunner: armv7a9: add missing clear_buffer
Browse files Browse the repository at this point in the history
Adds omitted clear_buffer to prevent caching output from previous step in to another one.

JIRA: CI-521
  • Loading branch information
maska989 authored and damianloew committed Jan 17, 2025
1 parent 1c676a4 commit 53dc1a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions trunner/target/armv7a9.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ def _reboot_by_debugger(self):
],
).run()

# TODO: resolve race condition with clearing first logs after reset
self.dut.clear_buffer()

def _reboot_soft(self):
self._reboot_hard()

Expand Down

0 comments on commit 53dc1a9

Please sign in to comment.