tests: updated names for the arch interrupt tests
Test case arch.interrupt have same test case name for different architectures. To get rid of it, I decided to change test cases names. Signed-off-by: Maksim Masalski <maksim.masalski@intel.com>
This commit is contained in:
parent
c8b1eb79a1
commit
d85b45b072
4 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
tests:
|
||||
arch.interrupt:
|
||||
arch.interrupt.arm.irq_vector_table:
|
||||
filter: CONFIG_ARMV6_M_ARMV8_M_BASELINE or CONFIG_ARMV7_M_ARMV8_M_MAINLINE
|
||||
tags: arm interrupt vector_table
|
||||
arch_whitelist: arm
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
tests:
|
||||
arch.interrupt:
|
||||
arch.interrupt.arm.nmi:
|
||||
arch_whitelist: arm
|
||||
tags: nmi interrupt arm
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
tests:
|
||||
arch.interrupt:
|
||||
arch.interrupt.x86:
|
||||
arch_whitelist: x86
|
||||
platform_exclude: qemu_x86_long
|
||||
tags: ignore_faults interrupt idt
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
tests:
|
||||
arch.interrupt:
|
||||
arch.interrupt.gen_isr_table:
|
||||
platform_exclude: nucleo_f103rb olimexino_stm32 stm32_min_dev_black
|
||||
stm32_min_dev_blue usb_kw24d512 v2m_beetle
|
||||
filter: CONFIG_GEN_ISR_TABLES and CONFIG_ARMV7_M_ARMV8_M_MAINLINE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue