summaryrefslogtreecommitdiff
path: root/tests/vmtests/test_reuse_msdos_partitions.py
diff options
context:
space:
mode:
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