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:
Maksim Masalski 2019-10-22 14:32:33 +08:00 committed by Anas Nashif
commit d85b45b072
4 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
tests: tests:
arch.interrupt: arch.interrupt.arm.irq_vector_table:
filter: CONFIG_ARMV6_M_ARMV8_M_BASELINE or CONFIG_ARMV7_M_ARMV8_M_MAINLINE filter: CONFIG_ARMV6_M_ARMV8_M_BASELINE or CONFIG_ARMV7_M_ARMV8_M_MAINLINE
tags: arm interrupt vector_table tags: arm interrupt vector_table
arch_whitelist: arm arch_whitelist: arm

View file

@ -1,4 +1,4 @@
tests: tests:
arch.interrupt: arch.interrupt.arm.nmi:
arch_whitelist: arm arch_whitelist: arm
tags: nmi interrupt arm tags: nmi interrupt arm

View file

@ -1,5 +1,5 @@
tests: tests:
arch.interrupt: arch.interrupt.x86:
arch_whitelist: x86 arch_whitelist: x86
platform_exclude: qemu_x86_long platform_exclude: qemu_x86_long
tags: ignore_faults interrupt idt tags: ignore_faults interrupt idt

View file

@ -1,5 +1,5 @@
tests: tests:
arch.interrupt: arch.interrupt.gen_isr_table:
platform_exclude: nucleo_f103rb olimexino_stm32 stm32_min_dev_black platform_exclude: nucleo_f103rb olimexino_stm32 stm32_min_dev_black
stm32_min_dev_blue usb_kw24d512 v2m_beetle stm32_min_dev_blue usb_kw24d512 v2m_beetle
filter: CONFIG_GEN_ISR_TABLES and CONFIG_ARMV7_M_ARMV8_M_MAINLINE filter: CONFIG_GEN_ISR_TABLES and CONFIG_ARMV7_M_ARMV8_M_MAINLINE