zephyr/samples/net/sockets/net_mgmt/sample.yaml
Hake Huang 163e9ba9a3 samples: disable usermode for ip_k66f
in ip_k66f platfrom, we using rtt as debug port,
which is conflicted with usermode. see below:

warning: LOG_PRINTK
 (defined at subsys/logging/Kconfig.processing:8)
 has direct dependencies !USERSPACE && !LOG_MODE_MINIMAL
 && LOG with value n, but is currently being y-selected
 by the following symbols:
 - LOG_BACKEND_RTT_FORCE_PRINTK
   (defined at subsys/logging/backends/Kconfig.rtt:103),
   with value y, direct dependencies LOG_BACKEND_RTT &&
   !LOG_FRONTEND_ONLY && !LOG_MODE_MINIMAL && LOG (value: y),
   and select condition LOG_BACKEND_RTT &&
   !LOG_FRONTEND_ONLY && !LOG_MODE_MINIMAL && LOG (value: y)

Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>
2023-11-28 11:59:00 -06:00

22 lines
426 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
platform_exclude:
- ip_k66f