2021-02-07 02:11:35 +08:00
|
|
|
common:
|
|
|
|
depends_on: netif
|
|
|
|
min_ram: 32
|
2022-10-26 17:17:55 +08:00
|
|
|
min_flash: 260
|
2023-05-08 19:37:42 +08:00
|
|
|
tags:
|
|
|
|
- net
|
|
|
|
- socket
|
|
|
|
- tls
|
2021-02-07 02:11:35 +08:00
|
|
|
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
|
2023-04-28 12:31:02 +08:00
|
|
|
platform_exclude: mps2_an385
|