Skip to content

Commit

Permalink
tests: crypto: Add support for nrf9161
Browse files Browse the repository at this point in the history
Add nrf9161dk to supported platforms.

Signed-off-by: Juha Ylinen <[email protected]>
  • Loading branch information
juhaylinen committed May 21, 2024
1 parent 5dd92b4 commit d75c1d0
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions tests/crypto/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
tests:
crypto.builtin:
extra_args: OVERLAY_CONFIG=overlay-builtin.conf
platform_allow: nrf52840dk/nrf52840 nrf9160dk/nrf9160 nrf5340dk/nrf5340/cpuapp
integration_platforms:
platform_allow:
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp
- nrf9160dk/nrf9160
- nrf9161dk/nrf9161
integration_platforms:
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp
- nrf9160dk/nrf9160
- nrf9161dk/nrf9161
tags: crypto ci_build legacy builtin_legacy
harness_config:
type: multi_line
Expand All @@ -14,11 +19,16 @@ tests:
timeout: 600
crypto.cc3xx:
extra_args: OVERLAY_CONFIG=overlay-cc3xx.conf
platform_allow: nrf52840dk/nrf52840 nrf9160dk/nrf9160 nrf5340dk/nrf5340/cpuapp
integration_platforms:
platform_allow:
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp
- nrf9160dk/nrf9160
- nrf9161dk/nrf9161
integration_platforms:
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp
- nrf9160dk/nrf9160
- nrf9161dk/nrf9161
tags: crypto ci_build legacy cc3xx_legacy
harness_config:
type: multi_line
Expand All @@ -27,11 +37,16 @@ tests:
timeout: 200
crypto.oberon:
extra_args: OVERLAY_CONFIG=overlay-oberon.conf
platform_allow: nrf52840dk/nrf52840 nrf9160dk/nrf9160 nrf5340dk/nrf5340/cpuapp
integration_platforms:
platform_allow:
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp
- nrf9160dk/nrf9160
- nrf9161dk/nrf9161
integration_platforms:
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp
- nrf9160dk/nrf9160
- nrf9161dk/nrf9161
tags: crypto ci_build legacy oberon_legacy
harness_config:
type: multi_line
Expand Down

0 comments on commit d75c1d0

Please sign in to comment.