Skip to content

Commit

Permalink
Disable a test case that is meaningless with MBEDTLS_PSA_KEY_SLOT_DYN…
Browse files Browse the repository at this point in the history
…AMIC

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
  • Loading branch information
gilles-peskine-arm committed Jun 13, 2024
1 parent 6e750ca commit 242b337
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/suites/test_suite_psa_crypto_se_driver_hal.data
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@ Key registration: key id min vendor
register_key_smoke_test:TEST_SE_PERSISTENT_LIFETIME:7:PSA_KEY_ID_VENDOR_MIN:1:PSA_ERROR_INVALID_ARGUMENT

Key registration: key id max vendor except volatile
# When MBEDTLS_PSA_KEY_SLOT_DYNAMIC is enabled,
# PSA_KEY_ID_VOLATILE_MIN == PSA_KEY_ID_VENDOR_MIN and
# PSA_KEY_ID_VOLATILE_MIN - 1 is a valid key identifier.
depends_on:!MBEDTLS_PSA_KEY_SLOT_DYNAMIC
register_key_smoke_test:TEST_SE_PERSISTENT_LIFETIME:7:PSA_KEY_ID_VOLATILE_MIN-1:1:PSA_ERROR_INVALID_ARGUMENT

Key registration: key id min volatile
Expand Down

0 comments on commit 242b337

Please sign in to comment.