See commit message 4afcc0f8af for the long story.
Signed-off-by: Marc Herbert <marc.herbert@intel.com>
12 lines
259 B
YAML
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
|