zephyr/tests/kernel/timer/timer_behavior
Kumar Gala 7b1a8f4b89 tests: timer: timer_behavior: Fix compile issues
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>
2022-08-24 15:53:50 -05:00
..
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.

  1. Timer variance and standard deviation is below defined acceptable values.
  2. 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.