zephyr/tests/net/socket/socketpair/testcase.yaml
Anas Nashif fcefc27823 tests: remove intel adsp cavs platforms from filters
Remove all filters related to dropped platforms.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-04-06 18:51:56 +02:00

15 lines
341 B
YAML

common:
tags: net socket userspace
depends_on: netif
min_ram: 21
tests:
net.socket.socketpair: {}
net.socket.socketpair.newlib:
filter: TOOLCHAIN_HAS_NEWLIB == 1
extra_configs:
- CONFIG_NEWLIB_LIBC=y
net.socket.socketpair.picolibc:
filter: CONFIG_PICOLIBC_SUPPORTED
extra_configs:
- CONFIG_PICOLIBC=y