allowlist select_bootefi in check-needles.py

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-03-23 18:25:07 -07:00
parent a8f7d3639f
commit b2e9ea6a48
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ for user in ("jack", "jim"):
testliterals.append(f"user_confirm_{user}")
# partitioning stuff, there's a bunch of this, all in anaconda.pm
# multiple things use this
for part in ("swap", "root", "efi", "boot", "home", "vda2"):
for part in ("swap", "root", "efi", "boot", "bootefi", "home", "vda2"):
testliterals.append(f"anaconda_part_select_{part}")
testliterals.append(f"anaconda_blivet_part_inactive_{part}")
# select_disks