zephyr/tests/net/mgmt/testcase.yaml
Pieter De Gendt 8084a1c908 tests: net: mgmt: Add test cases new worker options
Run the Network event tests also on the system work queue and
synchronous.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
2023-12-07 16:15:53 +00:00

20 lines
407 B
YAML

common:
depends_on: netif
min_ram: 16
tags:
- net
- mgmt
tests:
net.management:
extra_configs:
- CONFIG_NET_TC_THREAD_COOPERATIVE=y
net.management.preempt:
extra_configs:
- CONFIG_NET_TC_THREAD_PREEMPTIVE=y
net.workqueue:
extra_configs:
- CONFIG_NET_MGMT_EVENT_SYSTEM_WORKQUEUE=y
net.synchronous:
extra_configs:
- CONFIG_NET_MGMT_EVENT_DIRECT=y