zephyr/samples/net/sockets/txtime/sample.yaml
Jukka Rissanen c95f61f688 samples: net: txtime: Do not run qemu_x86 with twister
The txtime can be run manually with qemu_x86 but it is enough
to have native_sim compiled with twister.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2024-06-29 05:50:04 -04:00

20 lines
391 B
YAML

common:
harness: net
depends_on: netif
# We can only run this in platforms that support PTP clock and TXTIME
platform_allow:
- native_sim
- native_sim/native/64
integration_platforms:
- native_sim
sample:
description: Socket SO_TXTIME sample
name: txtime-socket
tests:
sample.net.sockets.txtime:
tags:
- net
- socket
- so_txtime
- tsn