1common:
2  harness: net
3  depends_on: netif
4  min_flash: 210
5  tags:
6    - net
7    - socket
8    - mgmt
9sample:
10  description: Test network management socket sample
11  name: net_mgmt socket
12tests:
13  sample.net.sockets.net_mgmt.kernelmode:
14    extra_configs:
15      - CONFIG_USERSPACE=n
16  sample.net.sockets.net_mgmt.usermode:
17    tags: userspace
18    extra_configs:
19      - CONFIG_USERSPACE=y
20      - CONFIG_MAX_THREAD_BYTES=3
21    platform_exclude:
22      - ip_k66f
23