2021-02-07 02:11:35 +08:00
|
|
|
common:
|
|
|
|
depends_on: netif
|
|
|
|
min_ram: 32
|
|
|
|
tags: net socket tls
|
|
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
2021-11-05 21:02:28 +08:00
|
|
|
integration_platforms:
|
|
|
|
- qemu_x86
|
2021-02-07 02:11:35 +08:00
|
|
|
tests:
|
|
|
|
net.socket.tls:
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_NET_TC_THREAD_COOPERATIVE=y
|
|
|
|
net.socket.tls.preempt:
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_NET_TC_THREAD_PREEMPTIVE=y
|