tests: Add necessary includes/excludes for the ehl_crb board

Add the new x86 board to the x86/info test list, and exclude it from
the cmsis_rtos_v2 test (something that seems to be needed for all 64
bit x86 architectures).

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
Johan Hedberg 2020-12-10 20:14:21 +02:00 committed by Johan Hedberg
commit 4f35535539
2 changed files with 4 additions and 5 deletions

View file

@ -1,7 +1,7 @@
tests:
arch.x86.info:
arch_allow: x86
platform_allow: up_squared up_squared_32
platform_allow: ehl_crb up_squared up_squared_32
harness: console
harness_config:
type: one_line

View file

@ -1,9 +1,8 @@
tests:
portability.cmsis_rtos_v2:
# qemu_x86_64 and up_squared need bigger stack
# but CMSIS limits the stack size, resulting
# in stack overflow.
platform_exclude: qemu_x86_64 m2gl025_miv up_squared
# qemu_x86_64, ehl_crb and up_squared need bigger stack
# but CMSIS limits the stack size, resulting in stack overflow.
platform_exclude: qemu_x86_64 m2gl025_miv up_squared ehl_crb
tags: cmsis_rtos
min_ram: 32
min_flash: 34