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
2021-10-13 12:14:45 -04:00
..
tests-with-config tests/gnrc_dhcpv6_client: add script to check if $IFACE exists 2021-09-07 13:48:34 +02:00
dhcpv6_server.sh tests/gnrc_dhcpv6_client: inform user about TMPDIR 2021-09-27 20:57:39 +02:00
kea-dhcp6.conf tests/gnrc_dhcpv6_client: honor configured IFACE in Kea config 2021-09-02 16:08:33 +02:00
main.c tests/gnrc_dhcpv6_client: Set stateful configuration mode 2021-10-04 21:41:51 +02:00
Makefile tests/gnrc_dhcpv6_client: use export function to set IFACE for server 2021-09-07 13:48:51 +02:00
Makefile.board.dep tests: add dhcpv6_client test application 2020-01-16 12:36:10 +01:00
Makefile.ci boards/stm32g031-disco,examples,tests: Added STM32G031-DISCO board 2021-10-13 12:14:45 -04:00
README.md tests/gnrc_dhcpv6_client: honor configured IFACE in Kea config 2021-09-02 16:08:33 +02:00

Overview

This folder contains a test application for RIOT's DHCPv6 client.

How to test

The test script requires Kea as DHCPv6 server. It is available as kea-dhcp6-server on Ubuntu since Ubuntu 16.04:

apt-get install kea-dhcp6-server

On Arch Linux it is available in the kea package:

pacman -Syu kea

If you use any platform other than native, you need to use ethos, otherwise netdev_tap is chosen.

An instance of Kea that configured via kea-dhcp6.conf is started in parallel to make term/make test-with-config. The {{ env.IFACE }} template variable will be replaced by the dhcpv6_server.sh script.

Read the Kea documentation on the configuration file for more information.

The default set-up is configured so a 2001:db8::/32 is delegated via the tapbr0 bridge as created with the dist/tools/tapsetup/tapsetup script. If you created your interface and without the script, please reconfigure Kea by search & replacing "tapbr0" in the configuration file.

BOARD=samr21-xpro make flash test-as-root