2018-08-28 14:50:11 +08:00
|
|
|
common:
|
|
|
|
# Only used for compile testing so it is enough to use one platform here.
|
2020-08-26 23:28:25 +08:00
|
|
|
platform_allow: qemu_x86
|
2020-10-07 16:50:05 +08:00
|
|
|
build_only: true
|
|
|
|
min_ram: 32
|
|
|
|
tags: net net-all
|
2017-04-05 11:11:22 +08:00
|
|
|
tests:
|
2018-04-22 06:47:00 +08:00
|
|
|
net.build:
|
2020-10-07 16:50:05 +08:00
|
|
|
extra_configs:
|
|
|
|
- CONFIG_NET_TC_THREAD_COOPERATIVE=y
|
|
|
|
net.build.preempt:
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_NET_TC_THREAD_PREEMPTIVE=y
|