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