1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

tests/congure_abe: reset node before starting terminal

Fixes synchronization issues on stdio_uart. Copied from the setup
function in tests/congure_reno/tests/01-run.py
This commit is contained in:
Martine Lenders 2022-10-19 09:48:45 +02:00
parent 07c04bc0e3
commit 8cf4844d0e
No known key found for this signature in database
GPG Key ID: 2134D77A5336DD80

View File

@ -24,10 +24,10 @@ class TestCongUREBase(unittest.TestCase):
@classmethod
def setUpClass(cls):
cls.ctrl = RIOTCtrl()
cls.ctrl.reset()
cls.ctrl.start_term()
if cls.DEBUG:
cls.ctrl.term.logfile = sys.stdout
cls.ctrl.reset()
cls.shell = CongureTest(cls.ctrl)
cls.json_parser = RapidJSONShellInteractionParser()
cls.json_parser.set_parser_args(