zephyr/tests/kernel/smp_suspend/testcase.yaml
Peter Mitsis 9852e8e15b tests: Add thread suspend-resume SMP stress test
Adds a test to stress k_thread_suspend() and k_thread_resume() on
an SMP system. The test should take about 30 seconds.

Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
2024-01-11 10:05:02 +01:00

7 lines
107 B
YAML

tests:
kernel.smp_suspend:
tags:
- kernel
- smp
filter: (CONFIG_MP_MAX_NUM_CPUS > 1)