summaryrefslogtreecommitdiff
path: root/include/linux/mfd
diff options
context:
space:
mode:
authorPetr Machata <petrm@nvidia.com>2021-09-24 12:04:27 +0200
committerDavid S. Miller <davem@davemloft.net>2021-09-27 12:15:36 +0100
commitb69c99463d414cc263411462d52f25205657e9af (patch)
tree4947d99b91e7795f5890f1fbf174f1e1add3dd44 /include/linux/mfd
parentd59bdda85eb7de0572115361eeb6b6b5ecee7561 (diff)
selftests: net: fib_nexthops: Wait before checking reported idle time
The purpose of this test is to verify that after a short activity passes, the reported time is reasonable: not zero (which could be reported by mistake), and not something outrageous (which would be indicative of an issue in used units). However, the idle time is reported in units of clock_t, or hundredths of second. If the initial sequence of commands is very quick, it is possible that the idle time is reported as just flat-out zero. When this test was recently enabled in our nightly regression, we started seeing spurious failures for exactly this reason. Therefore buffer the delay leading up to the test with a sleep, to make sure there is no legitimate way of reporting 0. Signed-off-by: Petr Machata <petrm@nvidia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/mfd')
0 files changed, 0 insertions, 0 deletions