zephyr/tests/net/socket/service/testcase.yaml
Alberto Escolar Piedras ac1610ec72 tests/net: Use hwmv2 native targets identifiers
For the 64 bit targets, change identifiers to the new hwmv2 ones

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2024-03-15 16:13:12 +01:00

18 lines
494 B
YAML

common:
depends_on: netif
# FIXME: This test fails very frequently on mps2/an385 due to the system
# timer stability issues, so keep it disabled until the root cause
# is fixed (GitHub issue zephyrproject-rtos/zephyr#48608).
# eventfd API does not work with native_posix so exclude it here
platform_exclude:
- mps2/an385
- native_posix
- native_posix/native/64
tests:
net.socket.service:
min_ram: 21
tags:
- net
- socket
- poll