1common: 2 depends_on: netif 3 min_ram: 32 4 min_flash: 260 5 tags: 6 - net 7 - socket 8 - tls 9 filter: CONFIG_FULL_LIBC_SUPPORTED 10 integration_platforms: 11 - qemu_x86 12 platform_exclude: vmu_rt1170/mimxrt1176/cm7 # See #61129 13tests: 14 net.socket.tls: 15 extra_configs: 16 - CONFIG_NET_TC_THREAD_COOPERATIVE=y 17 net.socket.tls.preempt: 18 extra_configs: 19 - CONFIG_NET_TC_THREAD_PREEMPTIVE=y 20 platform_exclude: mps2/an385 21 net.socket.tls.sendmsg_no_buf: 22 extra_configs: 23 - CONFIG_NET_SOCKETS_DTLS_SENDMSG_BUF_SIZE=0 24