8084a1c908
Run the Network event tests also on the system work queue and synchronous. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
20 lines
407 B
YAML
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
|