24 lines
472 B
YAML
24 lines
472 B
YAML
common:
|
|
harness: net
|
|
depends_on: netif
|
|
# We can only run this in platforms that support PTP clock and TXTIME
|
|
platform_allow:
|
|
- native_posix
|
|
- native_posix/native/64
|
|
- native_sim
|
|
- native_sim/native/64
|
|
- qemu_x86
|
|
- qemu_x86_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
|