zephyr/tests/kernel/sched/schedule_api
Andy Ross e019dac776 tests/kernel/sched/schedule_api: Fix slice time test for fast ticks
When ticks are sub-millisecond, the math produces minimum and maximum
values for the slice duration test that are equal.  But because of
aliasing across tick boundaries, it's always possible (for any time
period, nothing specific to time slicing here) to measure one tick
more than an intended duration.  So make sure there's always at least
a range of 1ms.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2019-07-02 22:52:29 -04:00
..
src tests/kernel/sched/schedule_api: Fix slice time test for fast ticks 2019-07-02 22:52:29 -04:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
prj_multiq.conf tests: schedule_api: test syscalls from usermode 2019-06-19 08:42:50 -04:00
prj.conf tests: schedule_api: test syscalls from usermode 2019-06-19 08:42:50 -04:00
testcase.yaml tests: schedule_api: test syscalls from usermode 2019-06-19 08:42:50 -04:00