commit | 208a852425e9bd5c6b9f2025f3c67b2ce770ef1b | [log] [tgz] |
---|---|---|
author | Stefan Berger <[email protected]> | Mon May 12 18:25:48 2025 -0400 |
committer | Stefan Berger <[email protected]> | Tue May 13 08:51:22 2025 -0400 |
tree | f3c294e9a5e42e31f6f907ea8748410b56523ade | |
parent | f55e820e50c4e9dce37afdd3e7c3dedffcb437cf [diff] |
tests: Retry NVWrite command after 0x922 return code and inc lockout counter When returncode 0x922 is received from NVWrite then retry the command so that it gets the expected error code from failing to provide a password. When checking the lockout counter, increase the numbers now. Patched versions of libtpms may not return 0x922 anymore, so write the code that it can test both cases. Signed-off-by: Stefan Berger <[email protected]>