7b1a8f4b89
Includes need to be <zephyr/tc_util.h> and <zephyr/ztest.h> otherwise we get build errors. Signed-off-by: Kumar Gala <galak@kernel.org> |
||
---|---|---|
.. | ||
src | ||
CMakeLists.txt | ||
Kconfig | ||
README.md | ||
prj.conf | ||
testcase.yaml |
README.md
Test a timer implementations variance and long term drift
Records and calculates statistical values against a timer validating that.
- Timer variance and standard deviation is below defined acceptable values.
- Periodic timers do not drift in either direction from expected total time.
Timers are meant to be precise and accurate. This test validates an implementation is both.