zephyr/tests/kernel/interrupt
Enjia Mai 70f8f3302b tests: interrupt: add test cases of offloading job from isr
Add 3 test cases to test offload job from isr, include:

1. test_isr_offload_job_multiple()
Validate the offloaded work executes immediately or not depends on its
priority, and it offloads to different k_work.

2. test_isr_offload_job_identi()
Validate the offloaded work executes immediately or not depends on its
priority, and it offloads to the identical k_work.

3. test_isr_offload_job()
Use dynamic interrupt instead of irq_offload() to verify the offloaded
work.

Signed-off-by: Enjia Mai <enjiax.mai@intel.com>
2021-05-07 18:24:32 -04:00
..
src tests: interrupt: add test cases of offloading job from isr 2021-05-07 18:24:32 -04:00
CMakeLists.txt tests: improve test cases for interrupt testing 2021-03-04 14:54:17 -05:00
prj.conf tests: interrupt: add test cases of offloading job from isr 2021-05-07 18:24:32 -04:00
testcase.yaml tests: kernel: Add missing kernel tag to tests 2021-03-05 14:52:55 -05:00