Disabled test RSA3072+FASTMATH

- renode target ran out of memory when running RSA verify
pull/333/head
Daniele Lacamera 2023-08-03 09:55:52 +02:00
parent 3bd3fa14a9
commit ac20d3ae85
1 changed files with 5 additions and 2 deletions

View File

@ -36,9 +36,12 @@ jobs:
run: ./tools/renode/docker-test.sh "SIGN=RSA2048 SPMATH=0" run: ./tools/renode/docker-test.sh "SIGN=RSA2048 SPMATH=0"
# RSA4096 TEST: RSA with TFM requires a very large stack (>64KB) total
# This test has been disabled.
# RSA3072 TEST # RSA3072 TEST
- name: Renode Tests RSA3072 # - name: Renode Tests RSA3072
run: ./tools/renode/docker-test.sh "SIGN=RSA3072 SPMATH=0" # run: ./tools/renode/docker-test.sh "SIGN=RSA3072 SPMATH=0"
# RSA4096 TEST: RSA with TFM requires the possibility to allocate # RSA4096 TEST: RSA with TFM requires the possibility to allocate