From b2e9ea6a486ddfc19331eed993715a813d7b1391 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mar 24 2021 01:25:07 +0000 Subject: allowlist select_bootefi in check-needles.py Signed-off-by: Adam Williamson --- diff --git a/check-needles.py b/check-needles.py index 9215a34..01cfd84 100755 --- a/check-needles.py +++ b/check-needles.py @@ -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