zephyr/tests/net/igmp/testcase.yaml
Ibe Van de Veire e6dd4cda89 test: net: igmp: Add extra IGMPv3 testcase
Added extra testcases for the IGMPv3 protocol. The IGMP driver is
supposed to send an IGMPv3 report when joining a group.

Signed-off-by: Ibe Van de Veire <ibe.vandeveire@basalte.be>
2024-10-17 09:44:33 +02:00

22 lines
471 B
YAML

common:
tags:
- net
- igmp
depends_on: netif
platform_allow: qemu_x86
tests:
net.igmp:
extra_configs:
- CONFIG_NET_TC_THREAD_COOPERATIVE=y
net.igmp.preempt:
extra_configs:
- CONFIG_NET_TC_THREAD_PREEMPTIVE=y
net.igmpv3:
extra_configs:
- CONFIG_NET_TC_THREAD_COOPERATIVE=y
- CONFIG_NET_IPV4_IGMPV3=y
net.igmpv3.preempt:
extra_configs:
- CONFIG_NET_TC_THREAD_PREEMPTIVE=y
- CONFIG_NET_IPV4_IGMPV3=y