Skip to content

Commit

Permalink
tests: tfm_regression_test: Add missing TFM provision dependency
Browse files Browse the repository at this point in the history
The TF-M regression test has enabled the Initial Attestation Partition.
On the nordic platform we don't provision with dummy keys, so the device
has to be provisioned properly in order to run this test.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
  • Loading branch information
joerchan authored and nordicjm committed Aug 29, 2023
1 parent 7b40e24 commit 5b8d437
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/tfm/tfm_regression_test/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ CONFIG_TFM_PARTITION_CRYPTO=y
CONFIG_TFM_PARTITION_INITIAL_ATTESTATION=y
CONFIG_TFM_PARTITION_PLATFORM=y

# Initial Attestation service requires provisioning
CONFIG_TFM_NRF_PROVISIONING=y

# Enable IPC mode and isolation level 2 by default
CONFIG_TFM_IPC=y
CONFIG_TFM_ISOLATION_LEVEL=2
Expand Down

0 comments on commit 5b8d437

Please sign in to comment.