zephyr/tests/kernel/timer/timer_behavior
Tom Burdick c4192f61b1 test: timer: Disable nsim_em
The test will always fail on emulated/simulated environments. Exclude
this one which was failing.

Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
2022-09-02 11:04:23 +00:00
..
src
CMakeLists.txt
Kconfig
prj.conf
README.md
testcase.yaml test: timer: Disable nsim_em 2022-09-02 11:04:23 +00:00

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.