1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/sys/congure_test
Oleg Hahm 99ff9bad03 examples: tests: update native TERMFLAGS
Updating the Makefiles for example and test applications to set the
TERMFLAGS correctly for native.
2023-12-18 13:44:20 +01:00
..
tests
app.config
app.config.test
congure_impl.c
congure_impl.h
main.c
Makefile examples: tests: update native TERMFLAGS 2023-12-18 13:44:20 +01:00
Makefile.ci examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
README.md

Basic tests for the CongURE API

This test tests the congure_test test framework used for the other CongURE tests.

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:

$ PYTHONPATH=../../dist/pythonlibs BOARD="<board>" pytest tests/01-run.py

Note that this only works from within the directory of the test, so if you are somewhere else, use

$ cd tests/congure_test

first to change into that.

Expected result

The application's test script passes without error code.