1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/dist/pythonlibs/testrunner
Francisco Molina a77594a348 dist/pythonlibs/testrunner: reset before term
For some boards `make reset` is only possible if a serial connection
is not already open or its execution might disrupt it. This
causes some tests to fail since before running a test the board
is reset.

`make reset` is currently used as a synchronization mechanism between
the application and the test script. With `test_utils_interactive_sync`
this is no longer needed so call `make reset` before `cleanterm` instead
of after when `test_utils_interactive_sync` is used.

Allow setting TESTRUNNER_RESET_AFTER_TERM=1 to keep the previous
behaviour for `examples/%/tests`.
2019-12-19 09:32:37 +01:00
..
__init__.py testrunner/utils: add helper for test_utils_interactive_sync 2019-08-15 12:26:28 +02:00
spawn.py dist/pythonlibs/testrunner: reset before term 2019-12-19 09:32:37 +01:00
unittest.py dist/pythonlibs: provide unittest TestCase wrapper for testrunner 2019-01-29 21:16:39 +01:00
utils.py dist/testrunner: make interactive test retries/delay configurable 2019-12-12 09:44:16 +01:00