Skip to content

Commit

Permalink
manifest: tf-m: Make TF-M regression tests run on 54L15
Browse files Browse the repository at this point in the history
Get peripheral UARTE config to make the TF-M regression tests run
and enable them in thest config.

Ref: NCSDK-27431

Signed-off-by: Markus Swarowsky <[email protected]>
  • Loading branch information
mswarowsky committed May 28, 2024
1 parent 02f745e commit b95f056
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/tfm/tfm_regression_test/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
common:
tags: tfm
build_only: true
platform_allow: nrf5340dk/nrf5340/cpuapp/ns nrf9160dk/nrf9160/ns nrf9151dk/nrf9151/ns
platform_allow: nrf5340dk/nrf5340/cpuapp/ns nrf9160dk/nrf9160/ns nrf9151dk/nrf9151/ns nrf54l15pdk/nrf54l15/cpuapp/ns

Check warning on line 4 in tests/tfm/tfm_regression_test/testcase.yaml

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

YAMLLint (line-length)

tests/tfm/tfm_regression_test/testcase.yaml:4 line too long (118 > 100 characters)
integration_platforms:
- nrf5340dk/nrf5340/cpuapp/ns
- nrf9160dk/nrf9160/ns
- nrf9151dk/nrf9151/ns
- nrf54l15pdk/nrf54l15/cpuapp/ns
harness: console
harness_config:
type: multi_line
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ manifest:
- name: trusted-firmware-m
repo-path: sdk-trusted-firmware-m
path: modules/tee/tf-m/trusted-firmware-m
revision: 39a386c797428a82d77c2b173a6b028af565f03c
revision: pull/153/head
- name: psa-arch-tests
repo-path: sdk-psa-arch-tests
path: modules/tee/tf-m/psa-arch-tests
Expand Down

0 comments on commit b95f056

Please sign in to comment.