zephyr/samples/net/sockets/coap_server/sample.yaml
Alberto Escolar Piedras 3e4b393909 samples coap_server: Move from native_posix to native_sim
* 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>
2023-11-15 10:03:17 +01:00

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