mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
Update check-needles.py for blivet biosboot fs needle
I added a new blivet fs needle a few weeks back, but forgot to update check-needles. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
9292bc81a6
commit
f9e75482a8
@ -90,7 +90,7 @@ for scheme in ("standard", "lvmthin", "btrfs", "lvm"):
|
||||
# custom_blivet_add_partition
|
||||
for dtype in ("lvmvg", "lvmlv", "lvmthin", "raid"):
|
||||
testliterals.append(f"anaconda_blivet_part_devicetype_{dtype}")
|
||||
for fsys in ("ext4", "xfs", "btrfs", "ppc_prep_boot", "swap", "efi_filesystem"):
|
||||
for fsys in ("ext4", "xfs", "btrfs", "ppc_prep_boot", "swap", "efi_filesystem", "biosboot"):
|
||||
testliterals.append(f"anaconda_blivet_part_fs_{fsys}")
|
||||
testliterals.append(f"anaconda_blivet_part_fs_{fsys}_selected")
|
||||
# this is variable-y in custom_change_type but we only actually have
|
||||
|
Loading…
Reference in New Issue
Block a user