zephyr/tests/kernel/workq/critical/testcase.yaml
Anas Nashif 05ecd46a84 tests: fix typos and misnamed platforms
Various obsolote and misnamed platfomrs in test filters theat went
undetected for a while.

Fixes #41222

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2021-12-17 12:24:37 -05:00

22 lines
556 B
YAML

common:
tags: kernel
tests:
kernel.workqueue:
platform_exclude: nsim_sem_mpu_stack_guard
filter: not CONFIG_WDT_SAM
kernel.workqueue.sam:
filter: CONFIG_WDT_SAM
extra_configs:
- CONFIG_WDT_DISABLE_AT_BOOT=y
kernel.workqueue.nsim:
platform_allow: nsim_sem_mpu_stack_guard
extra_configs:
- CONFIG_TEST_HW_STACK_PROTECTION=n
kernel.workqueue.linker_generator:
platform_allow: qemu_cortex_m3
filter: not CONFIG_WDT_SAM
tags: linker_generator
extra_configs:
- CONFIG_CMAKE_LINKER_GENERATOR=y