Skip to content

Commit

Permalink
samples: psa_tls: Fix folder naming for tls tests
Browse files Browse the repository at this point in the history
Folder naming scheme was wrong for tls 1.3 tests with
cracen + oberon backend. Fixed it.

Signed-off-by: Paul Fleury <paul.fleury@nordicsemi.no>
  • Loading branch information
PFnord authored and rlubos committed Jan 16, 2025
1 parent 48c3c1e commit 020cc3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/crypto/psa_tls/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ tests:
################################################################################
## PSA APIs with Cracen and Oberon
################################################################################
sample.psa_tls.1_3_server.ecdsa.cracen_oberon:
sample.psa_tls.tls_1_3_server.ecdsa.cracen_oberon:
sysbuild: true
build_only: true
extra_args:
Expand All @@ -362,7 +362,7 @@ tests:
- cracen_oberon
- sysbuild
- ci_samples_crypto
sample.psa_tls.1_3_client.ecdsa.cracen_oberon:
sample.psa_tls.tls_1_3_client.ecdsa.cracen_oberon:
sysbuild: true
build_only: true
extra_args:
Expand Down

0 comments on commit 020cc3f

Please sign in to comment.