zephyr/tests/net/mld/testcase.yaml
Konrad Derda d60ea3efee tests: net: mld: add tests for multicast routes in MLDv2 reports
This commit introduces a new test case for veryfing that addition and
deletion of multicast routing entries emit MLDv2 reports when needed
and if multicast routing entries are appended to MLDv2 records properly.

Signed-off-by: Konrad Derda <konrad.derda@nordicsemi.no>
2024-05-06 22:50:01 +01:00

18 lines
375 B
YAML

common:
tags:
- net
- mld
depends_on: netif
tests:
net.mld:
extra_configs:
- CONFIG_NET_TC_THREAD_COOPERATIVE=y
net.mld.preempt:
extra_configs:
- CONFIG_NET_TC_THREAD_PREEMPTIVE=y
net.mld.mcast_routes:
extra_configs:
- CONFIG_NET_ROUTE_MCAST=y
- CONFIG_NET_MAX_MCAST_ROUTES=5
- CONFIG_NET_MCAST_ROUTE_MLD_REPORTS=y