zephyr/tests/net/iface/testcase.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

12 lines
259 B
YAML

common:
min_ram: 16
tags: net iface userspace
depends_on: netif
tests:
net.iface.with_userspace:
extra_configs:
- CONFIG_NET_IF_USERSPACE_ACCESS=y
net.iface.no_userspace_allowed:
extra_configs:
- CONFIG_NET_IF_USERSPACE_ACCESS=n