1common: 2 harness: net 3 depends_on: netif 4 tags: 5 - net 6 - ipv4_autoconf 7sample: 8 description: Test IPv4 autoconf functionality 9 name: IPv4 autoconf sample app 10tests: 11 sample.net.ipv4_autoconf: 12 platform_allow: 13 - qemu_x86 14 - native_sim 15 - native_sim/native/64 16 integration_platforms: 17 - native_sim 18 sample.net.ipv4_autoconf.wifi.nrf70dk: 19 extra_args: 20 - SNIPPET=wifi-ipv4 21 - CONFIG_BUILD_ONLY_NO_BLOBS=y 22 platform_allow: 23 - nrf7002dk/nrf5340/cpuapp 24