These tests turn on mbedtls and require ajusting min flash requirements to prevent twister from trying to build them on platforms without required amount of flash. Fixes: #51421 Signed-off-by: Maciej Perkowski <Maciej.Perkowski@nordicsemi.no>
16 lines
332 B
YAML
16 lines
332 B
YAML
common:
|
|
depends_on: netif
|
|
min_ram: 32
|
|
min_flash: 260
|
|
tags: net socket tls
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
|
integration_platforms:
|
|
- qemu_x86
|
|
tests:
|
|
net.socket.tls:
|
|
extra_configs:
|
|
- CONFIG_NET_TC_THREAD_COOPERATIVE=y
|
|
net.socket.tls.preempt:
|
|
extra_configs:
|
|
- CONFIG_NET_TC_THREAD_PREEMPTIVE=y
|