diff options
| author | Chad Smith <[email protected]> | 2023-05-26 13:29:26 -0600 |
|---|---|---|
| committer | Dan Bungert <[email protected]> | 2023-09-20 07:04:38 -0600 |
| commit | 91f147b0f0a795b32fbf9799a02ea5daee269b6b (patch) | |
| tree | 69c30f3e21a639a20ccd1002181e5a1a10c997bd /tests/vmtests/test_uefi_basic.py | |
| parent | 2a45c8990d299dedeb0b727280f97a2460a1fb28 (diff) | |
vmtests: add jammy after focal
(cherry picked from commit 7c7c29b008128ee5476cfa82b24762c18a0d2fcc)
Diffstat (limited to 'tests/vmtests/test_uefi_basic.py')
| -rw-r--r-- | tests/vmtests/test_uefi_basic.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/vmtests/test_uefi_basic.py b/tests/vmtests/test_uefi_basic.py index d29312b4..e962e09d 100644 --- a/tests/vmtests/test_uefi_basic.py +++ b/tests/vmtests/test_uefi_basic.py @@ -100,6 +100,10 @@ class FocalUefiTestBasic(relbase.focal, TestBasicAbs): __test__ = True +class JammyUefiTestBasic(relbase.jammy, TestBasicAbs): + __test__ = True + + class Centos70UefiTestBasic4k(centos_relbase.centos70_xenial, TestBasicAbs): __test__ = True disk_block_size = 4096 @@ -120,4 +124,9 @@ class FocalUefiTestBasic4k(relbase.focal, TestBasicAbs): disk_block_size = 4096 +class JammyUefiTestBasic4k(relbase.jammy, TestBasicAbs): + __test__ = True + disk_block_size = 4096 + + # vi: ts=4 expandtab syntax=python |
