zephyr/samples/net/sockets/net_mgmt/sample.yaml
Alberto Escolar Piedras 6c38bc8ec4 boards native_posix: Remove twister support
native_posix is being removed as it has reached its end of life in 4.2,
after being deprecated since 4.0.

Remove the twister support for native_posix[//64] and therefore all
references to them from the testcases and samples yamls, so twister
does not error out.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2025-03-07 19:16:14 +01:00

23 lines
460 B
YAML

common:
harness: net
depends_on: netif
min_flash: 210
tags:
- net
- socket
- mgmt
sample:
description: Test network management socket sample
name: net_mgmt socket
tests:
sample.net.sockets.net_mgmt.kernelmode:
extra_configs:
- CONFIG_USERSPACE=n
sample.net.sockets.net_mgmt.usermode:
tags: userspace
extra_configs:
- CONFIG_USERSPACE=y
- CONFIG_MAX_THREAD_BYTES=3
platform_exclude:
- ip_k66f