1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/sys/congure_abe
2024-03-26 14:53:40 +01:00
..
tests
app.config *.config: Modify all .config kconfig files 2024-03-26 14:53:40 +01:00
congure_impl.c
congure_impl.h
main.c
Makefile
Makefile.ci examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
README.md

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.