From b37dc990335a510ba2a6ed78b18b10bb970c85a5 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sat, 22 Oct 2016 09:11:30 -0400 Subject: [PATCH] tests: sha256: filter by RAM size Change-Id: Ie4e995006afc1281bee22e5b2d7f2a6a3b3bac28 Signed-off-by: Anas Nashif --- tests/crypto/test_sha256/testcase.ini | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/tests/crypto/test_sha256/testcase.ini b/tests/crypto/test_sha256/testcase.ini index a7440b2063c..8f1dd3ef465 100644 --- a/tests/crypto/test_sha256/testcase.ini +++ b/tests/crypto/test_sha256/testcase.ini @@ -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