From 8cf4844d0e48227f225f3b57e56db593c2593464 Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Wed, 19 Oct 2022 09:48:45 +0200 Subject: [PATCH] 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 --- tests/congure_abe/tests/01-run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/congure_abe/tests/01-run.py b/tests/congure_abe/tests/01-run.py index e9e287974dcf..714ab79bf664 100755 --- a/tests/congure_abe/tests/01-run.py +++ b/tests/congure_abe/tests/01-run.py @@ -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(