- Add integration_platforms to avoid excessive filtering - Make sure integration platforms are actually part of the filter - Fix some tags and test meta data Signed-off-by: Anas Nashif <anas.nashif@intel.com>
21 lines
511 B
YAML
21 lines
511 B
YAML
common:
|
|
tags:
|
|
- kernel
|
|
- workqueue
|
|
tests:
|
|
kernel.workqueue.critical:
|
|
platform_exclude: nsim_sem_mpu_stack_guard
|
|
filter: not CONFIG_WDT_SAM
|
|
integration_platforms:
|
|
- qemu_x86
|
|
kernel.workqueue.critical.sam:
|
|
filter: CONFIG_WDT_SAM
|
|
extra_configs:
|
|
- CONFIG_WDT_DISABLE_AT_BOOT=y
|
|
integration_platforms:
|
|
- sam_e70_xplained
|
|
kernel.workqueue.critical.nsim:
|
|
platform_allow: nsim_sem_mpu_stack_guard
|
|
extra_configs:
|
|
- CONFIG_TEST_HW_STACK_PROTECTION=n
|