Due to unresolved bug (see #61129 for details) building TLS tests fails on vmu_rt1170 platform. Therefore disable this platform for this test suite. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
21 lines
428 B
YAML
21 lines
428 B
YAML
common:
|
|
depends_on: netif
|
|
min_ram: 32
|
|
min_flash: 260
|
|
tags:
|
|
- net
|
|
- socket
|
|
- tls
|
|
filter: CONFIG_FULL_LIBC_SUPPORTED
|
|
integration_platforms:
|
|
- qemu_x86
|
|
platform_exclude: vmu_rt1170 # See #61129
|
|
tests:
|
|
net.socket.tls:
|
|
extra_configs:
|
|
- CONFIG_NET_TC_THREAD_COOPERATIVE=y
|
|
net.socket.tls.preempt:
|
|
extra_configs:
|
|
- CONFIG_NET_TC_THREAD_PREEMPTIVE=y
|
|
platform_exclude: mps2_an385
|