From b31b41604e4870ebf0ca553bf54f1f21bf61a0e0 Mon Sep 17 00:00:00 2001 From: Jean-Paul Etienne Date: Thu, 29 Jun 2017 23:14:16 +0200 Subject: [PATCH] tests: crypto: include back riscv32 arch for ecc_dh, ecc_dsa and mbedtls Issue fixed by commit "riscv32: fixed context restore upon exiting ISR" Jira: ZEP-2020 Signed-off-by: Jean-Paul Etienne --- tests/crypto/ecc_dh/testcase.yaml | 1 - tests/crypto/ecc_dsa/testcase.yaml | 1 - tests/crypto/mbedtls/testcase.yaml | 1 - 3 files changed, 3 deletions(-) diff --git a/tests/crypto/ecc_dh/testcase.yaml b/tests/crypto/ecc_dh/testcase.yaml index 80206a497e6107..edf07260fb55bc 100644 --- a/tests/crypto/ecc_dh/testcase.yaml +++ b/tests/crypto/ecc_dh/testcase.yaml @@ -1,6 +1,5 @@ tests: - test: - platform_exclude: qemu_riscv32 slow: true tags: crypto ecc dh timeout: 500 diff --git a/tests/crypto/ecc_dsa/testcase.yaml b/tests/crypto/ecc_dsa/testcase.yaml index 41917d77e1890e..f2ca7536a44eea 100644 --- a/tests/crypto/ecc_dsa/testcase.yaml +++ b/tests/crypto/ecc_dsa/testcase.yaml @@ -1,6 +1,5 @@ tests: - test: - arch_exclude: riscv32 # ZEP-2020 min_ram: 16 tags: crypto ecc dsa timeout: 180 diff --git a/tests/crypto/mbedtls/testcase.yaml b/tests/crypto/mbedtls/testcase.yaml index 915c0c0391d447..8e5a7816f277d7 100644 --- a/tests/crypto/mbedtls/testcase.yaml +++ b/tests/crypto/mbedtls/testcase.yaml @@ -3,4 +3,3 @@ tests: min_ram: 32 tags: crypto mbedtls timeout: 200 - arch_exclude: riscv32