zephyr/tests/net/socket/tls/testcase.yaml
Maciej Perkowski 458afb9064 tests: net: Add min flash requirment for overflowing tests
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>
2022-10-27 11:01:24 +02:00

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