zephyr/tests/net/dhcpv6/testcase.yaml
Robert Lubos d9f4c1cff0 tests: net: dhcpv6: Add tests
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>
2023-09-28 09:31:20 +02:00

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