Skip to content

Commit 020cc3f

Browse files
PFnordrlubos
authored andcommitted
samples: psa_tls: Fix folder naming for tls tests
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>
1 parent 48c3c1e commit 020cc3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/crypto/psa_tls/sample.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ tests:
346346
################################################################################
347347
## PSA APIs with Cracen and Oberon
348348
################################################################################
349-
sample.psa_tls.1_3_server.ecdsa.cracen_oberon:
349+
sample.psa_tls.tls_1_3_server.ecdsa.cracen_oberon:
350350
sysbuild: true
351351
build_only: true
352352
extra_args:
@@ -362,7 +362,7 @@ tests:
362362
- cracen_oberon
363363
- sysbuild
364364
- ci_samples_crypto
365-
sample.psa_tls.1_3_client.ecdsa.cracen_oberon:
365+
sample.psa_tls.tls_1_3_client.ecdsa.cracen_oberon:
366366
sysbuild: true
367367
build_only: true
368368
extra_args:

0 commit comments

Comments
 (0)