tests: sha256: filter by RAM size

Change-Id: Ie4e995006afc1281bee22e5b2d7f2a6a3b3bac28
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-10-22 09:11:30 -04:00
commit b37dc99033

View file

@ -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