zephyr/tests/kernel/smp_boot_delay/testcase.yaml
Daniel Leung ad87d2667c tests: kernel/smp_boot_delay: make test more generic
This makes the test a bit more generic so it can run on
other SMP enabled platforms. Though, we don't need CI
running this on every SMP platforms as this is not
testing the mechanism of bringing up a CPU. That is
being tested on the other SMP test. Therefore, only
enable qemu_x86_64 to be testing in CI so that this
feature will still be tested on CI.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2024-01-17 11:57:20 -05:00

20 lines
473 B
YAML

tests:
kernel.multiprocessing.smp_boot_delay:
tags:
- kernel
- smp
platform_allow: intel_adsp_cavs25 qemu_x86_64
integration_platforms:
- qemu_x86_64
kernel.multiprocessing.smp_boot_delay.minimallibc:
filter: CONFIG_MINIMAL_LIBC_SUPPORTED
tags:
- kernel
- smp
- libc
platform_allow: intel_adsp_cavs25 qemu_x86_64
integration_platforms:
- qemu_x86_64
extra_configs:
- CONFIG_MINIMAL_LIBC=y