diff options
Diffstat (limited to 'tests/vmtests/test_reuse_uefi_esp.py')
-rw-r--r-- | tests/vmtests/test_reuse_uefi_esp.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/vmtests/test_reuse_uefi_esp.py b/tests/vmtests/test_reuse_uefi_esp.py index 2674562b..31165051 100644 --- a/tests/vmtests/test_reuse_uefi_esp.py +++ b/tests/vmtests/test_reuse_uefi_esp.py @@ -41,4 +41,11 @@ class FocalTestUefiReuseEsp(relbase.focal, TestUefiReuseEspAbs): return super().test_efiboot_menu_has_one_distro_entry() +class JammyTestUefiReuseEsp(relbase.jammy, TestUefiReuseEspAbs): + __test__ = True + + def test_efiboot_menu_has_one_distro_entry(self): + return super().test_efiboot_menu_has_one_distro_entry() + + # vi: ts=4 expandtab syntax=python |