1common: 2 depends_on: netif 3 tags: net icmp 4tests: 5 net.icmp.offloaded: 6 extra_configs: 7 - CONFIG_NET_OFFLOAD=y 8 - CONFIG_NET_IF_MAX_IPV6_COUNT=2 9 - CONFIG_NET_IF_MAX_IPV4_COUNT=2 10 net.icmp.socket_offloaded: 11 extra_configs: 12 - CONFIG_NET_SOCKETS_OFFLOAD=y 13 - CONFIG_NET_IF_MAX_IPV6_COUNT=2 14 - CONFIG_NET_IF_MAX_IPV4_COUNT=2 15 net.icmp.coop: 16 extra_configs: 17 - CONFIG_NET_TC_THREAD_COOPERATIVE=y 18 - CONFIG_NET_IF_MAX_IPV6_COUNT=2 19 - CONFIG_NET_IF_MAX_IPV4_COUNT=2 20 net.icmp.preempt: 21 extra_configs: 22 - CONFIG_NET_TC_THREAD_PREEMPTIVE=y 23 - CONFIG_NET_IF_MAX_IPV6_COUNT=2 24 - CONFIG_NET_IF_MAX_IPV4_COUNT=2 25 net.icmp.no_ipv4: 26 extra_configs: 27 - CONFIG_NET_IPV4=n 28 - CONFIG_NET_IF_MAX_IPV6_COUNT=2 29 net.icmp.no_ipv6: 30 extra_configs: 31 - CONFIG_NET_IPV6=n 32 - CONFIG_NET_IF_MAX_IPV4_COUNT=2 33