tests: sha256: filter by RAM size
Change-Id: Ie4e995006afc1281bee22e5b2d7f2a6a3b3bac28 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
fb9185cdb8
commit
b37dc99033
1 changed files with 10 additions and 3 deletions
|
@ -3,7 +3,14 @@ tags = crypto sha256
|
|||
build_only = false
|
||||
timeout = 10800
|
||||
slow = True
|
||||
arch_exclude = arc
|
||||
# exclude STM32F103RB SoC, not enough RAM to run this test
|
||||
filter = not CONFIG_SOC_STM32F103RB
|
||||
arch_whitelist = arm arc x86
|
||||
filter = ( CONFIG_SRAM_SIZE > 32 or CONFIG_DCCM_SIZE > 32 or CONFIG_RAM_SIZE > 32 )
|
||||
kernel = micro
|
||||
|
||||
[test_nios2]
|
||||
tags = crypto sha256
|
||||
build_only = false
|
||||
timeout = 10800
|
||||
slow = True
|
||||
arch_whitelist = nios2
|
||||
kernel = micro
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue