1sample: 2 description: SNTP client sample 3 name: sntp_client 4common: 5 harness: net 6 tags: net 7tests: 8 sample.net.sockets.sntp_client: 9 platform_allow: 10 - qemu_x86 11 - native_sim 12 sample.net.sockets.sntp_client.native: 13 platform_allow: 14 - native_sim 15 integration_platforms: 16 - native_sim 17 extra_configs: 18 - CONFIG_NATIVE_SIM_SLOWDOWN_TO_REAL_TIME=y 19 extra_args: 20 - OVERLAY_CONFIG="overlay-nsos.conf" 21 sample.net.sockets.sntp_client.wifi.nrf70dk: 22 extra_args: 23 - SNIPPET=wifi-ipv4 24 - CONFIG_BUILD_ONLY_NO_BLOBS=y 25 platform_allow: 26 - nrf7002dk/nrf5340/cpuapp 27