1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/congure_abe
Martine Lenders 8cf4844d0e
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
2022-10-19 09:48:45 +02:00
..
tests tests/congure_abe: reset node before starting terminal 2022-10-19 09:48:45 +02:00
app.config tests: Initial import of congure_abe tests 2022-10-18 09:23:06 +02:00
app.config.test tests: Initial import of congure_abe tests 2022-10-18 09:23:06 +02:00
congure_impl.c tests: Initial import of congure_abe tests 2022-10-18 09:23:06 +02:00
congure_impl.h tests: Initial import of congure_abe tests 2022-10-18 09:23:06 +02:00
main.c tests: Initial import of congure_abe tests 2022-10-18 09:23:06 +02:00
Makefile tests: Initial import of congure_abe tests 2022-10-18 09:23:06 +02:00
Makefile.ci tests: Initial import of congure_abe tests 2022-10-18 09:23:06 +02:00
README.md tests: Initial import of congure_abe tests 2022-10-18 09:23:06 +02:00

Tests for the CongURE TCP ABE implementation

This test tests the congure_abe implementation.

Usage

The test requires an up-to-date version of riotctrl with rapidjson support:

$ pip install --upgrade riotctrl[rapidjson]

Then simply run the application using:

$ BOARD="<board>" make flash test

It can also executed with pytest:

$ pytest tests/01-run.py

Expected result

The application's test script passes without error code.