* In the sample doc, replace native_posix references with native_sim * Provide overlays for native_sim * Enable native_sim in the sample yaml * Remove native_posix from the sample yaml platform_allow as it was filtered out by the host libC Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
15 lines
309 B
YAML
15 lines
309 B
YAML
common:
|
|
filter: CONFIG_FULL_LIBC_SUPPORTED and not CONFIG_NATIVE_LIBC
|
|
sample:
|
|
description: BSD Sockets API CoAP server example
|
|
name: socket_coap_server
|
|
tests:
|
|
sample.net.sockets.coap_server:
|
|
harness: net
|
|
tags:
|
|
- net
|
|
- socket
|
|
platform_allow:
|
|
- native_sim
|
|
- qemu_x86
|