1common: 2 depends_on: netif 3 tags: 4 - net 5 - dhcpv4 6 platform_exclude: 7 - native_posix/native/64 8 - native_posix 9tests: 10 net.dhcpv4_client: 11 extra_configs: 12 - CONFIG_NET_TC_THREAD_COOPERATIVE=y 13 net.dhcpv4_client.preempt: 14 extra_configs: 15 - CONFIG_NET_TC_THREAD_PREEMPTIVE=y 16 net.dhcpv4_client.optioncbs: 17 extra_configs: 18 - CONFIG_NET_DHCPV4_OPTION_CALLBACKS=y 19 net.dhcpv4_client.optioncbs_vendor_specific: 20 extra_configs: 21 - CONFIG_NET_DHCPV4_OPTION_CALLBACKS=y 22 - CONFIG_NET_DHCPV4_OPTION_CALLBACKS_VENDOR_SPECIFIC=y 23