summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2016-10-22 09:11:30 -0400
committerAnas Nashif <anas.nashif@intel.com>2016-10-22 16:54:19 -0400
commitb37dc990335a510ba2a6ed78b18b10bb970c85a5 (patch)
treeaaaaaca0d60ff980957ed98f16de31980b313867 /tests
parentfb9185cdb8014a445430d1d1740270455e36fe38 (diff)
tests: sha256: filter by RAM size
Change-Id: Ie4e995006afc1281bee22e5b2d7f2a6a3b3bac28 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/crypto/test_sha256/testcase.ini13
1 files changed, 10 insertions, 3 deletions
diff --git a/tests/crypto/test_sha256/testcase.ini b/tests/crypto/test_sha256/testcase.ini
index a7440b206..8f1dd3ef4 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