zephyr/tests/kernel/critical/testcase.yaml
Anas Nashif 70758c4374 tests: fix test identifiers
The seasonal overhaul of test identifiers aligning the terms being used
and creating a structure. This is hopefully the last time we do this,
plan is to document the identifiers and enforce syntax.

The end-goal is to be able to generate a testsuite description from the
existing tests and sync it frequently with the testsuite in Testrail.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-12-09 15:53:44 -05:00

16 lines
436 B
YAML

common:
tags: kernel
tests:
kernel.common.critical:
platform_exclude: nsim_sem_mpu_stack_guard nsim_em_mpu_stack_guard
filter: not CONFIG_WDT_SAM
kernel.common.critical.sam:
filter: CONFIG_WDT_SAM
extra_configs:
- CONFIG_WDT_DISABLE_AT_BOOT=y
kernel.common.critical.nsim:
platform_whitelist: nsim_sem_mpu_stack_guard nsim_em_mpu_stack_guard
extra_configs:
- CONFIG_TEST_HW_STACK_PROTECTION=n