summaryrefslogtreecommitdiff
path: root/tests/vmtests/test_reuse_msdos_partitions.py
diff options
context:
space:
mode:
authorChad Smith <[email protected]>2023-05-26 13:29:26 -0600
committerDan Bungert <[email protected]>2023-09-20 07:04:38 -0600
commit91f147b0f0a795b32fbf9799a02ea5daee269b6b (patch)
tree69c30f3e21a639a20ccd1002181e5a1a10c997bd /tests/vmtests/test_reuse_msdos_partitions.py
parent2a45c8990d299dedeb0b727280f97a2460a1fb28 (diff)
vmtests: add jammy after focal
(cherry picked from commit 7c7c29b008128ee5476cfa82b24762c18a0d2fcc)
Diffstat (limited to 'tests/vmtests/test_reuse_msdos_partitions.py')
-rw-r--r--tests/vmtests/test_reuse_msdos_partitions.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/vmtests/test_reuse_msdos_partitions.py b/tests/vmtests/test_reuse_msdos_partitions.py
index 5b6addc4..1561f3f6 100644
--- a/tests/vmtests/test_reuse_msdos_partitions.py
+++ b/tests/vmtests/test_reuse_msdos_partitions.py
@@ -23,4 +23,9 @@ class FocalTestReuseMSDOSPartitions(relbase.focal,
__test__ = True
+class JammyTestReuseMSDOSPartitions(relbase.jammy,
+ TestReuseMSDOSPartitions):
+ __test__ = True
+
+
# vi: ts=4 expandtab syntax=python