1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/gnrc_netif_ieee802154
Francisco Molina 3db9eab6d9 tests: expect match \r\n or \s
- Since `printf()` is buffered it might not arrive in a single
  read to pexpect. Regex which terminate in a group match might
  match only some elements, this might break tests that depend
  on exact group matching.
2019-11-27 14:12:12 +01:00
..
tests tests: expect match \r\n or \s 2019-11-27 14:12:12 +01:00
main.c tests: provide testcase for issue 11398 2019-09-26 15:56:47 +02:00
Makefile tests: provide testcase for issue 11398 2019-09-26 15:56:47 +02:00
README.md tests: provide testcase for issue 11398 2019-09-26 15:56:47 +02:00

Tests for gnrc_netif_ieee802154

Motivation for this test was a reproducible test case for issue #11398. Just run make all test for native to do run it.

The test may be extended with other test cases for the gnrc_netif_ieee802154 module in the future.