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:
parent
074dbb9982
commit
53b104d461
11 changed files with 15 additions and 14 deletions
|
@ -4,9 +4,9 @@ common:
|
||||||
- native_posix
|
- native_posix
|
||||||
tests:
|
tests:
|
||||||
kernel.device:
|
kernel.device:
|
||||||
tags: device
|
tags: kernel device
|
||||||
kernel.device.pm:
|
kernel.device.pm:
|
||||||
tags: device
|
tags: kernel device
|
||||||
platform_exclude: mec15xxevb_assy6853
|
platform_exclude: mec15xxevb_assy6853
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_PM_DEVICE=y
|
- CONFIG_PM_DEVICE=y
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
tests:
|
tests:
|
||||||
kernel.logging.message_capture:
|
kernel.logging.message_capture:
|
||||||
|
tags: kernel
|
||||||
harness: console
|
harness: console
|
||||||
harness_config:
|
harness_config:
|
||||||
type: multi_line
|
type: multi_line
|
||||||
|
|
|
@ -3,7 +3,7 @@ tests:
|
||||||
arch_allow: arm
|
arch_allow: arm
|
||||||
platform_allow: bbc_microbit atsamr21_xpro nrf51dk_nrf51422 nucleo_g071rb qemu_cortex_m0
|
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
|
filter: CONFIG_GEN_ISR_TABLES and CONFIG_ARMV6_M_ARMV8_M_BASELINE
|
||||||
tags: interrupt isr_table
|
tags: kernel interrupt isr_table
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_CORTEX_M_DEBUG_NULL_POINTER_EXCEPTION_DETECTION_NONE=y
|
- CONFIG_CORTEX_M_DEBUG_NULL_POINTER_EXCEPTION_DETECTION_NONE=y
|
||||||
arch.interrupt.gen_isr_table.arm_mainline:
|
arch.interrupt.gen_isr_table.arm_mainline:
|
||||||
|
@ -12,7 +12,7 @@ tests:
|
||||||
stm32_min_dev_blue usb_kw24d512 v2m_beetle cc1352r1_launchxl
|
stm32_min_dev_blue usb_kw24d512 v2m_beetle cc1352r1_launchxl
|
||||||
cc26x2r1_launchxl olimex_stm32_h103 cc1352r_sensortag
|
cc26x2r1_launchxl olimex_stm32_h103 cc1352r_sensortag
|
||||||
filter: CONFIG_GEN_ISR_TABLES and CONFIG_ARMV7_M_ARMV8_M_MAINLINE
|
filter: CONFIG_GEN_ISR_TABLES and CONFIG_ARMV7_M_ARMV8_M_MAINLINE
|
||||||
tags: interrupt isr_table
|
tags: kernel interrupt isr_table
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_CORTEX_M_DEBUG_NULL_POINTER_EXCEPTION_DETECTION_NONE=y
|
- CONFIG_CORTEX_M_DEBUG_NULL_POINTER_EXCEPTION_DETECTION_NONE=y
|
||||||
arch.interrupt.gen_isr_table.disabled:
|
arch.interrupt.gen_isr_table.disabled:
|
||||||
|
@ -20,7 +20,7 @@ tests:
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_GEN_ISR_TABLES=n
|
- CONFIG_GEN_ISR_TABLES=n
|
||||||
- CONFIG_CORTEX_M_DEBUG_NULL_POINTER_EXCEPTION_DETECTION_NONE=y
|
- CONFIG_CORTEX_M_DEBUG_NULL_POINTER_EXCEPTION_DETECTION_NONE=y
|
||||||
tags: interrupt isr_table
|
tags: kernel interrupt isr_table
|
||||||
build_only: true
|
build_only: true
|
||||||
arch.interrupt.gen_isr_table.arc:
|
arch.interrupt.gen_isr_table.arc:
|
||||||
arch_allow: arc
|
arch_allow: arc
|
||||||
|
@ -28,4 +28,4 @@ tests:
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_ARC_FIRQ_STACK=y
|
- CONFIG_ARC_FIRQ_STACK=y
|
||||||
- CONFIG_TEST_HW_STACK_PROTECTION=n
|
- CONFIG_TEST_HW_STACK_PROTECTION=n
|
||||||
tags: interrupt isr_table
|
tags: kernel interrupt isr_table
|
||||||
|
|
|
@ -2,5 +2,5 @@ tests:
|
||||||
arch.interrupt:
|
arch.interrupt:
|
||||||
# nios2 excluded, see #22956
|
# nios2 excluded, see #22956
|
||||||
arch_exclude: nios2
|
arch_exclude: nios2
|
||||||
tags: interrupt
|
tags: kernel interrupt
|
||||||
filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE
|
filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
tests:
|
tests:
|
||||||
kernel.memory_protection.stack_random:
|
kernel.memory_protection.stack_random:
|
||||||
arch_exclude: posix
|
arch_exclude: posix
|
||||||
tags: memory_protection
|
tags: kernel memory_protection
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
tests:
|
tests:
|
||||||
kernel.multiprocessing:
|
kernel.multiprocessing:
|
||||||
tags: smp
|
tags: kernel smp
|
||||||
filter: CONFIG_MP_NUM_CPUS > 1
|
filter: CONFIG_MP_NUM_CPUS > 1
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
tests:
|
tests:
|
||||||
kernel.multiprocessing.smp:
|
kernel.multiprocessing.smp:
|
||||||
tags: smp
|
tags: kernel smp
|
||||||
filter: (CONFIG_MP_NUM_CPUS > 1)
|
filter: (CONFIG_MP_NUM_CPUS > 1)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
tests:
|
tests:
|
||||||
kernel.multiprocessing.spinlock:
|
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
|
filter: CONFIG_SMP and CONFIG_MP_NUM_CPUS > 1 and CONFIG_MP_NUM_CPUS <= 4
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
tests:
|
tests:
|
||||||
kernel.timer.starve:
|
kernel.timer.starve:
|
||||||
build_only: true
|
build_only: true
|
||||||
tags: timer
|
tags: kernel timer
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
tests:
|
tests:
|
||||||
kernel.timer.monotonic:
|
kernel.timer.monotonic:
|
||||||
tags: timer
|
tags: kernel timer
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
tests:
|
tests:
|
||||||
arch.common.xip:
|
arch.common.xip:
|
||||||
filter: CONFIG_XIP
|
filter: CONFIG_XIP
|
||||||
tags: xip
|
tags: kernel xip
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue