allowlist select_bootefi in check-needles.py
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
a8f7d3639f
commit
b2e9ea6a48
@ -78,7 +78,7 @@ for user in ("jack", "jim"):
|
|||||||
testliterals.append(f"user_confirm_{user}")
|
testliterals.append(f"user_confirm_{user}")
|
||||||
# partitioning stuff, there's a bunch of this, all in anaconda.pm
|
# partitioning stuff, there's a bunch of this, all in anaconda.pm
|
||||||
# multiple things use this
|
# 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_part_select_{part}")
|
||||||
testliterals.append(f"anaconda_blivet_part_inactive_{part}")
|
testliterals.append(f"anaconda_blivet_part_inactive_{part}")
|
||||||
# select_disks
|
# select_disks
|
||||||
|
Loading…
Reference in New Issue
Block a user