RIOT/tests/gnrc_ipv6_nib_dns
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
..

Overview

This test utilizes scapy to test GNRC's RDNSS option implementation for router advertisements

To test, compile and flash the application to any board of your liking (since ethos is used to communicate with non-native boards it really doesn't matter as long as the application fits and the board is supported).

make flash

And run the tests using

sudo make test

Note that root privileges are required since scapy needs to construct Ethernet frames to properly communicate over the TAP interface.

The test passes on success, on failure an exception is shown.