zephyr/samples/net/sockets/net_mgmt/sample.yaml
Marc Herbert c429051380 tests/net/: samples/net/: add a few 'userspace' tags
See commit message 4afcc0f8af for the long story.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
2019-07-15 09:05:10 -04:00

17 lines
357 B
YAML

common:
harness: net
depends_on: netif
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