[PW_SID:959616] unit: check cipher support and cleanup in test-storage#466
[PW_SID:959616] unit: check cipher support and cleanup in test-storage#466IWDTestBot wants to merge 10 commits into
Conversation
This is taken care of by the individual cache items and if none exist, tar fails.
The __storage_decrypt API requires AES_CTR so support should be checked before running that test. In addition storage_exit was never being called which leaves unbalanced mlock/munlock calls.
|
Fetch PR Prep - Setup ELL Make Distcheck Build - Configure Make Check Make Check w/Valgrind Incremental Build with patches |
|
Fetch PR GitLint Prep - Setup ELL Make Distcheck Build - Configure Make Check Make Check w/Valgrind Incremental Build with patches Autotest Runner Output: Clang Build |
The __storage_decrypt API requires AES_CTR so support should be
checked before running that test. In addition storage_exit was never
being called which leaves unbalanced mlock/munlock calls.
unit/test-storage.c | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)