zephyr/tests/kernel/smp/testcase.yaml
Anas Nashif 808266a493 tests: use ignore_fault field instead of tags
Use dedicated field in the yaml file instead of mixing this testing
feature with tags.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2022-11-25 06:38:05 -05:00

13 lines
353 B
YAML

tests:
kernel.multiprocessing.smp:
tags: kernel smp
ignore_faults: true
filter: (CONFIG_MP_MAX_NUM_CPUS > 1)
kernel.multiprocessing.smp.linker_generator:
platform_allow: qemu_x86_64
extra_configs:
- CONFIG_CMAKE_LINKER_GENERATOR=y
tags: linker_generator
ignore_faults: true
filter: (CONFIG_MP_MAX_NUM_CPUS > 1)