mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 22:52:45 +01:00
547 B
547 B
Tests for the CongURE QUIC implementation
This test tests the congure_quic
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.