commit | e9618a16ef5e0d5f2ad02a5393d070bc27f45d98 | [log] [tgz] |
---|---|---|
author | Jamie Fox <jamie.fox@arm.com> | Tue Apr 07 16:31:54 2020 +0100 |
committer | Jamie Fox <jamie.fox@arm.com> | Tue Apr 07 17:19:17 2020 +0100 |
tree | b1ce93431f30eef776a627bf263afcf8f5a2010f | |
parent | e897c795ac82884e7f144c2f3efd75769399aad2 [diff] |
Fixes for crypto persistent key tests Makes the following fixes to persistent key tests: - Use correct variable name for get_attributes. - Destroy persistent keys at the end of the test to clean up the storage for the next test and avoid ALREADY_EXISTS errors. - Fix order of test data variables for EC keys. - Fix error code for psa_open_key with volatile key. - Get attributes of persistent key before checking key attributes. Signed-off-by: Jamie Fox <jamie.fox@arm.com>