zephyr/samples/net/sockets/packet/sample.yaml
Alberto Escolar Piedras 1d6cfc0543 samples coap_server: Move from native_posix to native_sim
* In the sample doc, replace native_posix references with native_sim
* Enable native_sim in the sample yaml, and switch
  integration_platform

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-11-15 10:03:17 +01:00

18 lines
331 B
YAML

sample:
description: Packet socket sample
name: packet-socket
tests:
sample.net.sockets.packet:
harness: net
platform_allow:
- native_posix
- native_posix_64
- native_sim
- native_sim_64
integration_platforms:
- native_sim
tags:
- net
- sockets
- packet-socket