This patch adds tests to verify getting SO_TYPE socket option for TCP, UDP, and TLS sockets. Signed-off-by: Hubert Miś <hubert.mis@nordicsemi.no>
13 lines
275 B
YAML
13 lines
275 B
YAML
common:
|
|
depends_on: netif
|
|
min_ram: 32
|
|
tags: net socket tls
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
|
tests:
|
|
net.socket.tls:
|
|
extra_configs:
|
|
- CONFIG_NET_TC_THREAD_COOPERATIVE=y
|
|
net.socket.tls.preempt:
|
|
extra_configs:
|
|
- CONFIG_NET_TC_THREAD_PREEMPTIVE=y
|