Merge pull request #4756 from gilles-peskine-arm/generate_psa_tests-speedup-3.0

Speed up the generation of storage format test cases
This commit is contained in:
Gilles Peskine 2021-07-07 15:27:31 +02:00 committed by GitHub
commit 95d65c773e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -495,7 +495,8 @@ class StorageFormat:
# test cases. This allows all required information to be obtained in
# one go, which is a significant performance gain as the information
# includes numerical values obtained by compiling a C program.
for key in self.generate_all_keys():
all_keys = list(self.generate_all_keys())
for key in all_keys:
if key.location_value() != 0:
# Skip keys with a non-default location, because they
# require a driver and we currently have no mechanism to