tests: move critical test under workqueue
This is a workqueue test, so move it where it belongs. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
1825c6f562
commit
a3ddaf8dbc
4 changed files with 3 additions and 3 deletions
|
@ -2,14 +2,14 @@ common:
|
|||
tags: kernel
|
||||
|
||||
tests:
|
||||
kernel.common.critical:
|
||||
kernel.workqueue:
|
||||
platform_exclude: nsim_sem_mpu_stack_guard nsim_em_mpu_stack_guard
|
||||
filter: not CONFIG_WDT_SAM
|
||||
kernel.common.critical.sam:
|
||||
kernel.workqueue.sam:
|
||||
filter: CONFIG_WDT_SAM
|
||||
extra_configs:
|
||||
- CONFIG_WDT_DISABLE_AT_BOOT=y
|
||||
kernel.common.critical.nsim:
|
||||
kernel.workqueue.nsim:
|
||||
platform_whitelist: nsim_sem_mpu_stack_guard nsim_em_mpu_stack_guard
|
||||
extra_configs:
|
||||
- CONFIG_TEST_HW_STACK_PROTECTION=n
|
Loading…
Add table
Add a link
Reference in a new issue