* 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>
18 lines
331 B
YAML
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
|