selftests: net: ignore timing errors in txtimestamp if KSFT_MACHINE_SLOW
authorPaolo Abeni <pabeni@redhat.com>
Thu, 8 Feb 2024 17:57:49 +0000 (18:57 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 12 Feb 2024 10:21:15 +0000 (10:21 +0000)
commit9c52994e32c5d8aaff13b1a13f7b35b988b02b26
treed2ddec73a5b2fef9a99c81e46a09479238d3bc2e
parent4ec1d5fd384e85531e8c6b4ba7c0441617f79ca4
selftests: net: ignore timing errors in txtimestamp if KSFT_MACHINE_SLOW

This test is time sensitive. It may fail on virtual machines and for
debug builds.

Similar to commit c41dfb0dfbec ("selftests/net: ignore timing errors in
so_txtime if KSFT_MACHINE_SLOW"), optionally suppress failure for timing
errors (only).

Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Reviewed-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/net/txtimestamp.c