tests: Add IPI_OPTIMIZE tests

Adds several tests to verify that IPIs can be appropriately
targeted to specific CPUs.

Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
This commit is contained in:
Peter Mitsis 2024-03-28 10:57:49 -04:00 committed by Anas Nashif
commit 48285cb6b8
6 changed files with 521 additions and 0 deletions

View file

@ -0,0 +1,5 @@
CONFIG_ZTEST=y
CONFIG_SMP=y
CONFIG_TRACE_SCHED_IPI=y
CONFIG_IPI_OPTIMIZE=y
CONFIG_SYS_CLOCK_TICKS_PER_SEC=50