From b2e9ea6a486ddfc19331eed993715a813d7b1391 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 23 Mar 2021 18:25:07 -0700 Subject: [PATCH] allowlist select_bootefi in check-needles.py Signed-off-by: Adam Williamson --- check-needles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check-needles.py b/check-needles.py index 9215a343..01cfd848 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