2018-08-28 14:50:11 +08:00
|
|
|
common:
|
2019-05-29 11:47:31 +08:00
|
|
|
min_ram: 16
|
2019-07-07 07:16:06 +08:00
|
|
|
tags: net iface userspace
|
2019-05-29 11:47:31 +08:00
|
|
|
depends_on: netif
|
2017-04-05 11:11:22 +08:00
|
|
|
tests:
|
2019-05-29 11:47:31 +08:00
|
|
|
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
|