diff options
author | Willem de Bruijn <willemb@google.com> | 2018-12-21 00:22:54 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-12-21 04:01:17 +0300 |
commit | cda261f421ba2682e25f46beb229172706fc7fcd (patch) | |
tree | 150736910e957ee253eeb18fde79c245656e3d18 /tools/testing/selftests/Makefile | |
parent | b52354aa068ee362a58ebb92e8bd0d0e18008364 (diff) | |
download | linux-cda261f421ba2682e25f46beb229172706fc7fcd.tar.xz |
selftests: add txtimestamp kselftest
Run the transmit timestamp tests as part of kselftests.
Add a txtimestamp.sh test script that runs most variants:
ipv4/ipv6, tcp/udp/raw/raw_ipproto/pf_packet, data/nodata,
setsockopt/cmsg. The script runs tests with netem delays.
Refine txtimestamp.c to validate results. Take expected
netem delays as input and compare against real timestamps.
To run without dependencies, add a listener socket to be
able to connect in the case of TCP.
Add the timestamping directory to the kselftests Makefile.
Build all the binaries. Only run verified txtimestamp.sh.
Signed-off-by: Willem de Bruijn <willemb@google.com>
Acked-by: Soheil Hassas Yeganeh <soheil@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests/Makefile')
-rw-r--r-- | tools/testing/selftests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile index f0017c831e57..24b9934fb269 100644 --- a/tools/testing/selftests/Makefile +++ b/tools/testing/selftests/Makefile @@ -25,6 +25,7 @@ TARGETS += mount TARGETS += mqueue TARGETS += net TARGETS += netfilter +TARGETS += networking/timestamping TARGETS += nsfs TARGETS += powerpc TARGETS += proc |