1tests:
2  kernel.multiprocessing.smp_boot_delay:
3    tags:
4      - kernel
5      - smp
6    platform_allow:
7      - intel_adsp/cavs25
8      - qemu_x86_64
9    integration_platforms:
10      - qemu_x86_64
11  kernel.multiprocessing.smp_boot_delay.minimallibc:
12    filter: CONFIG_MINIMAL_LIBC_SUPPORTED
13    tags:
14      - kernel
15      - smp
16      - libc
17    platform_allow:
18      - intel_adsp/cavs25
19      - qemu_x86_64
20    integration_platforms:
21      - qemu_x86_64
22    extra_configs:
23      - CONFIG_MINIMAL_LIBC=y
24