RIOT/tests/gnrc_mac_timeout
Gerson Fernando Budke 574a0cf653 Revert "tests: Exclude atxmega-a1u-xpro board due low mem"
This reverts commit 64756202906499815690ac071bd0d8bf7de70605.
2021-08-24 08:35:41 -03:00
..
2021-08-13 19:50:38 +02:00
2019-01-21 22:46:10 +08:00

Expected result

This is a test application for using the timeout module of gnrc_mac for setting timeouts.

When everything works as expected, you should see timeouts expired at the time they are set to be expired. Also, you should see the status of timeouts are corresponding to their real status, i.e., the system should state that a timeout is "running" when it is set and awaiting to be expired, and state "not running" when a timeout has expired and not set again.

Background

Test for verifying the functionalities of the timeout module of gnrc_mac.