1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/congure_reno
2023-02-27 12:31:04 +01:00
..
tests tests/congure_*: wait for serial port after reset if configured 2023-01-12 10:13:21 +01:00
app.config tests: Initial import of congure_reno tests 2022-04-08 17:58:21 +02:00
app.config.test examples,tests: replace deprecated module names by new names 2022-09-16 13:15:46 +02:00
congure_impl.c tests: Initial import of congure_reno tests 2022-04-08 17:58:21 +02:00
congure_impl.h tests: Initial import of congure_reno tests 2022-04-08 17:58:21 +02:00
main.c tests: Initial import of congure_reno tests 2022-04-08 17:58:21 +02:00
Makefile examples,tests: replace deprecated module names by new names 2022-09-16 13:15:46 +02:00
Makefile.ci examples,tests: Update Makefile.cis 2023-02-27 12:31:04 +01:00
README.md tests: Initial import of congure_reno tests 2022-04-08 17:58:21 +02:00

Tests for the CongURE TCP Reno implementation

This test tests the congure_reno 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.