tests: kernel: Add missing kernel tag to tests

Add kernel to any testcase.yaml files that happen to be missing for
tests under tests/kernel/

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2021-03-05 10:19:13 -06:00 committed by Anas Nashif
commit 53b104d461
11 changed files with 15 additions and 14 deletions

View file

@ -4,9 +4,9 @@ common:
- native_posix
tests:
kernel.device:
tags: device
tags: kernel device
kernel.device.pm:
tags: device
tags: kernel device
platform_exclude: mec15xxevb_assy6853
extra_configs:
- CONFIG_PM_DEVICE=y

View file

@ -1,5 +1,6 @@
tests:
kernel.logging.message_capture:
tags: kernel
harness: console
harness_config:
type: multi_line

View file

@ -3,7 +3,7 @@ tests:
arch_allow: arm
platform_allow: bbc_microbit atsamr21_xpro nrf51dk_nrf51422 nucleo_g071rb qemu_cortex_m0
filter: CONFIG_GEN_ISR_TABLES and CONFIG_ARMV6_M_ARMV8_M_BASELINE
tags: interrupt isr_table
tags: kernel interrupt isr_table
extra_configs:
- CONFIG_CORTEX_M_DEBUG_NULL_POINTER_EXCEPTION_DETECTION_NONE=y
arch.interrupt.gen_isr_table.arm_mainline:
@ -12,7 +12,7 @@ tests:
stm32_min_dev_blue usb_kw24d512 v2m_beetle cc1352r1_launchxl
cc26x2r1_launchxl olimex_stm32_h103 cc1352r_sensortag
filter: CONFIG_GEN_ISR_TABLES and CONFIG_ARMV7_M_ARMV8_M_MAINLINE
tags: interrupt isr_table
tags: kernel interrupt isr_table
extra_configs:
- CONFIG_CORTEX_M_DEBUG_NULL_POINTER_EXCEPTION_DETECTION_NONE=y
arch.interrupt.gen_isr_table.disabled:
@ -20,7 +20,7 @@ tests:
extra_configs:
- CONFIG_GEN_ISR_TABLES=n
- CONFIG_CORTEX_M_DEBUG_NULL_POINTER_EXCEPTION_DETECTION_NONE=y
tags: interrupt isr_table
tags: kernel interrupt isr_table
build_only: true
arch.interrupt.gen_isr_table.arc:
arch_allow: arc
@ -28,4 +28,4 @@ tests:
extra_configs:
- CONFIG_ARC_FIRQ_STACK=y
- CONFIG_TEST_HW_STACK_PROTECTION=n
tags: interrupt isr_table
tags: kernel interrupt isr_table

View file

@ -2,5 +2,5 @@ tests:
arch.interrupt:
# nios2 excluded, see #22956
arch_exclude: nios2
tags: interrupt
tags: kernel interrupt
filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE

View file

@ -1,4 +1,4 @@
tests:
kernel.memory_protection.stack_random:
arch_exclude: posix
tags: memory_protection
tags: kernel memory_protection

View file

@ -1,4 +1,4 @@
tests:
kernel.multiprocessing:
tags: smp
tags: kernel smp
filter: CONFIG_MP_NUM_CPUS > 1

View file

@ -1,4 +1,4 @@
tests:
kernel.multiprocessing.smp:
tags: smp
tags: kernel smp
filter: (CONFIG_MP_NUM_CPUS > 1)

View file

@ -1,4 +1,4 @@
tests:
kernel.multiprocessing.spinlock:
tags: smp spinlock
tags: kernel smp spinlock
filter: CONFIG_SMP and CONFIG_MP_NUM_CPUS > 1 and CONFIG_MP_NUM_CPUS <= 4

View file

@ -1,4 +1,4 @@
tests:
kernel.timer.starve:
build_only: true
tags: timer
tags: kernel timer

View file

@ -1,3 +1,3 @@
tests:
kernel.timer.monotonic:
tags: timer
tags: kernel timer

View file

@ -1,4 +1,4 @@
tests:
arch.common.xip:
filter: CONFIG_XIP
tags: xip
tags: kernel xip