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 committed Jan 15, 2025
1 parent 1c676a4 commit 5f6f1bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trunner/target/armv7a9.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def _reboot_by_debugger(self):
"-c init; reset; continue",
],
).run()
self.dut.clear_buffer()

def _reboot_soft(self):
self._reboot_hard()
Expand Down

0 comments on commit 5f6f1bd

Please sign in to comment.