tests: mbedtls: mark nios2 as slow
Change-Id: I95ac7c82ccdc6abb1cb7c345bea517ea48dceb8c Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
681a4df787
commit
6d0a0ab337
1 changed files with 1 additions and 2 deletions
|
@ -1,12 +1,11 @@
|
||||||
[test]
|
[test]
|
||||||
tags = crypto mbedtls
|
tags = crypto mbedtls
|
||||||
build_only = false
|
|
||||||
kernel = nano
|
kernel = nano
|
||||||
filter = ( CONFIG_SRAM_SIZE > 32 or CONFIG_DCCM_SIZE > 32 or
|
filter = ( CONFIG_SRAM_SIZE > 32 or CONFIG_DCCM_SIZE > 32 or
|
||||||
CONFIG_RAM_SIZE > 32 )
|
CONFIG_RAM_SIZE > 32 )
|
||||||
|
|
||||||
[test_nios]
|
[test_nios]
|
||||||
tags = crypto mbedtls
|
tags = crypto mbedtls
|
||||||
build_only = false
|
|
||||||
kernel = nano
|
kernel = nano
|
||||||
|
slow = true
|
||||||
arch_whitelist = nios2
|
arch_whitelist = nios2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue