summaryrefslogtreecommitdiff
path: root/tests/vmtests/test_reuse_uefi_esp.py
diff options
context:
space:
mode:
authorDan Bungert <[email protected]>2023-09-19 12:22:04 -0600
committerDan Bungert <[email protected]>2023-09-20 07:04:38 -0600
commitabebab1e1e30a16d4be891a051060e81254ff0c5 (patch)
tree449f164c4df5ca4c076813da8d8c1ee1c72f4f07 /tests/vmtests/test_reuse_uefi_esp.py
parent91f147b0f0a795b32fbf9799a02ea5daee269b6b (diff)
vmtests: add mantic after jammy
Diffstat (limited to 'tests/vmtests/test_reuse_uefi_esp.py')
-rw-r--r--tests/vmtests/test_reuse_uefi_esp.py7
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 31165051..f2207b5c 100644
--- a/tests/vmtests/test_reuse_uefi_esp.py
+++ b/tests/vmtests/test_reuse_uefi_esp.py
@@ -48,4 +48,11 @@ class JammyTestUefiReuseEsp(relbase.jammy, TestUefiReuseEspAbs):
return super().test_efiboot_menu_has_one_distro_entry()
+class ManticTestUefiReuseEsp(relbase.mantic, 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