Add tests for the DHCPv6 library. The tests verify that: * message format is valid for the outgoing messages * incoming messages are only processed in respective states * processing through standard DHCPv6 transactions is correct (Solicit/Confirm/Renew/Rebind) Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
11 lines
213 B
YAML
11 lines
213 B
YAML
common:
|
|
depends_on: netif
|
|
tags: net dhcpv6
|
|
tests:
|
|
net.dhcpv6:
|
|
extra_configs:
|
|
- CONFIG_NET_TC_THREAD_COOPERATIVE=y
|
|
net.dhcpv6.preempt:
|
|
extra_configs:
|
|
- CONFIG_NET_TC_THREAD_PREEMPTIVE=y
|