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 1561f3f6..562db39f 100644
--- a/tests/vmtests/test_reuse_msdos_partitions.py
+++ b/tests/vmtests/test_reuse_msdos_partitions.py
@@ -28,4 +28,9 @@ class JammyTestReuseMSDOSPartitions(relbase.jammy,
__test__ = True
+class ManticTestReuseMSDOSPartitions(relbase.mantic,
+ TestReuseMSDOSPartitions):
+ __test__ = True
+
+
# vi: ts=4 expandtab syntax=python