17 lines
388 B
YAML
17 lines
388 B
YAML
sample:
|
|
description: SNTP client sample
|
|
name: sntp_client
|
|
common:
|
|
harness: net
|
|
platform_allow: qemu_x86
|
|
tags: net
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
|
tests:
|
|
sample.net.sockets.sntp_client:
|
|
extra_configs:
|
|
- CONFIG_NET_SOCKETS_POSIX_NAMES=y
|
|
sample.net.sockets.sntp_client.posix:
|
|
extra_configs:
|
|
- CONFIG_NET_SOCKETS_POSIX_NAMES=n
|
|
- CONFIG_POSIX_API=y
|