1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/gnrc_dhcpv6_client_6lbr
benpicco 418aaa6e67
Merge pull request #15388 from benpicco/boards/e104-bt5010a-tb
boards/e104-bt5011a-tb: add support for the E104-BT5011A Test Board
2020-12-02 00:24:33 +01:00
..
tests tests/gnrc_dhcpv6_client_6lbr: Add MUD URL test 2020-11-30 22:46:33 +01:00
Kconfig treewide: change prefix for generated Kconfig symbols. 2020-08-31 09:37:09 +02:00
main.c tests: provide tests for 6LBR DHCPv6 client 2020-02-19 18:26:46 +01:00
Makefile tests/gnrc_dhcpv6_client_6lbr: Add MUD URL test 2020-11-30 22:46:33 +01:00
Makefile.board.dep boards/native: allow to use ZEP instead of tap 2020-11-13 18:43:49 +01:00
Makefile.ci examples, tests: add e104-bt5011a-tb to Makefile.ci 2020-12-01 18:28:41 +01:00
README.md tests/gnrc_*: fix typo 'sting' -> 'string' 2020-10-02 08:17:41 +02:00

gnrc_dhcpv6_client_6lbr test

This test utilizes scapy to test the DHCPv6 client configuration for a 6LoWPAN border router.

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).

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 tests succeeds if you see the string SUCCESS.

If any problems are encountered (i.e. if the test prints the string FAILED), set the echo parameter in the run() function at the bottom of the test script (tests/01-run.py) to True. The test script will then offer a more detailed output.