tests: kernel: Exclude platforms stm32_min_dev_*

Exclude the two variants of smt32_min_dev (stm32_min_dev_black and
stm32_min_dev_blue) from kernel tests.

Signed-off-by: Siddharth Chandrasekaran <siddharth@embedjournal.com>
This commit is contained in:
Siddharth Chandrasekaran 2019-04-24 22:22:00 +05:30 committed by Kumar Gala
commit b070bbd888
2 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,6 @@
tests:
arch.interrupt:
platform_exclude: nucleo_f103rb olimexino_stm32 stm32_min_dev
usb_kw24d512 v2m_beetle
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
tags: interrupt isr_table

View file

@ -2,5 +2,6 @@ tests:
arch.interrupt:
arch_exclude: nios2 riscv32
platform_exclude: hexiwear_kw40z frdm_kw41z frdm_kl25z nucleo_f103rb
nucleo_f091rc olimexino_stm32 usb_kw24d512 stm32_min_dev v2m_beetle
nucleo_f091rc olimexino_stm32 usb_kw24d512 stm32_min_dev_blue
stm32_min_dev_black v2m_beetle
tags: interrupt