2021-04-27 16:33:56 +08:00
|
|
|
common:
|
2023-05-08 19:37:42 +08:00
|
|
|
tags:
|
|
|
|
- net
|
|
|
|
- igmp
|
2021-04-27 16:33:56 +08:00
|
|
|
depends_on: netif
|
2023-02-01 02:56:47 +08:00
|
|
|
platform_allow: qemu_x86
|
2021-04-27 16:33:56 +08:00
|
|
|
tests:
|
|
|
|
net.igmp:
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_NET_TC_THREAD_COOPERATIVE=y
|
|
|
|
net.igmp.preempt:
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_NET_TC_THREAD_PREEMPTIVE=y
|
2024-10-15 16:51:51 +08:00
|
|
|
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
|