Commit dfaa77c
scripts: quarantine_zephyr: add crypto.psa.* for CryptoCell platforms
The test calls `psa_generate_random()` which fails on those platforms
because of `CONFIG_PSA_WANT_GENERATE_RANDOM` not being enabled.
`CONFIG_ENTROPY_CC3XX` is used as entropy driver, and we make
`CONFIG_PSA_WANT_GENERATE_RANDOM` default to y only when
`CONFIG_ENTROPY_PSA_CRYPTO_RNG` is used.
Enabling `CONFIG_PSA_WANT_GENERATE_RANDOM` by default in more cases
doesn't seem like a good solution as there are no good conditions to
test for if we want to limit how much we enable it by default.
Making the test work would require adding a noup in `sdk-zephyr` to
enable `CONFIG_PSA_WANT_GENERATE_RANDOM` but it doesn't really bring
value as we already have our own (and better) crypto tests so just
disable it.
Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>1 parent d48884c commit dfaa77c
1 file changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
624 | 624 | | |
625 | 625 | | |
626 | 626 | | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
0 commit comments