zephyr/samples/net/sockets/txtime/sample.yaml
Jukka Rissanen 1771cee065 samples: net: socket: txtime: Simple app for SO_TXTIME
This application shows how to use SO_TXTIME option, which can be
used to specify the time when the network packet should be sent
out by the network device driver.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2021-04-27 12:02:19 +03:00

12 lines
339 B
YAML

common:
harness: net
depends_on: netif
# We can only run this in platforms that support PTP clock
platform_allow: frdm_k64f sam_e70_xplained native_posix native_posix_64 qemu_x86 qemu_x86_64
sample:
description: Socket SO_TXTIME sample
name: txtime-socket
tests:
sample.net.sockets.txtime:
tags: net socket so_txtime tsn