diff options
author | Julia Kreger <juliaashleykreger@gmail.com> | 2021-11-04 09:42:04 -0700 |
---|---|---|
committer | Julia Kreger <juliaashleykreger@gmail.com> | 2021-11-04 09:45:25 -0700 |
commit | c5268bbdbb441e1c497d59163872ddfba9bf67cf (patch) | |
tree | 09377985de228b601a8f41c4266f971d05ac0d5f /releasenotes/notes | |
parent | 65827b3015a2ec513a8430c583c2f91b11cd3db5 (diff) | |
download | ironic-python-agent-c5268bbdbb441e1c497d59163872ddfba9bf67cf.tar.gz |
Fix UEFI record regex
I accidently put colons on the test data and remembered taking the
colon character out of the regex I was working on, but apparently
left it in, and accounted for the active entry indicator flag
which appears to have inconsistent support across vendors.
The regex has been fixed, and a test added from a Lenovo SR650
which has some additional string entry data in the UEFI output
which may separate entries.
Change-Id: I1f67b0fb1f645fa82e98bd7c7bba3ffc7755cc74
Diffstat (limited to 'releasenotes/notes')
-rw-r--r-- | releasenotes/notes/correct-uefi-regex-112211c2427cd4d9.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/correct-uefi-regex-112211c2427cd4d9.yaml b/releasenotes/notes/correct-uefi-regex-112211c2427cd4d9.yaml new file mode 100644 index 00000000..12b19b10 --- /dev/null +++ b/releasenotes/notes/correct-uefi-regex-112211c2427cd4d9.yaml @@ -0,0 +1,7 @@ +--- +fixes: + - | + Fixes a minor issue with the regular expression used for UEFI duplicate + entry cleanup which was introduced in a prior change to refactor the + cleanup operation to avoid UEFI firmware which treats deletion of + entries after addition as an invalid operation. |