Skip to content

Commit 8deea05

Browse files
committed
quarantine_zephyr: quarantine all secure_storage tests on 54L15 cpuflpr
With the latest changes the remaining test scenario that used to not be filtered out is now overflowing. This is not something we want to support anyway so quarantine all secure_storage tests on that board target. Also, replace the other quarantined secure_storage scenarios by the same regexp to make sure to encompass them all. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
1 parent 42fa270 commit 8deea05

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

scripts/quarantine_zephyr.yaml

+3-8
Original file line numberDiff line numberDiff line change
@@ -430,12 +430,7 @@
430430
- net.http.server.crime
431431
- drivers.gpio.build
432432
- sample.perf
433-
- sample.psa.its.secure_storage.entropy_not_secure
434-
- sample.psa.persistent_key.secure_storage.entropy_not_secure
435-
- secure_storage.psa.crypto.secure_storage
436-
- secure_storage.psa.its.secure_storage.custom.both
437-
- secure_storage.psa.its.secure_storage.custom.store
438-
- secure_storage.psa.its.secure_storage.store.settings
433+
- .*secure_storage.*
439434
platforms:
440435
- nrf54h20dk@0.9.0/nrf54h20/cpuppr
441436
comment: "region RAM/FLASH overflowed"
@@ -488,7 +483,7 @@
488483
- sample.shell.shell_module
489484
- sample.shell.shell_module.getopt
490485
- sample.shell.shell_module.login
491-
- secure_storage.psa.its.secure_storage.custom.store
486+
- .*secure_storage.*
492487
platforms:
493488
- nrf54l15dk/nrf54l15/cpuflpr
494489
comment: "region RAM/FLASH overflowed"
@@ -527,7 +522,7 @@
527522
comment: "Unsupported device"
528523

529524
- scenarios:
530-
- secure_storage.psa.its.secure_storage.*
525+
- .*secure_storage.*
531526
platforms:
532527
- qemu_cortex_m3/ti_lm3s6965
533528
- mps2/an521/cpu0

0 commit comments

Comments
 (0)