summaryrefslogtreecommitdiff
path: root/tests/vmtests/test_preserve_raid.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vmtests/test_preserve_raid.py')
-rw-r--r--tests/vmtests/test_preserve_raid.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/vmtests/test_preserve_raid.py b/tests/vmtests/test_preserve_raid.py
index e4dc350d..cf97203b 100644
--- a/tests/vmtests/test_preserve_raid.py
+++ b/tests/vmtests/test_preserve_raid.py
@@ -29,6 +29,10 @@ class FocalTestPreserveRAID(relbase.focal, TestPreserveRAID):
__test__ = True
+class JammyTestPreserveRAID(relbase.jammy, TestPreserveRAID):
+ __test__ = True
+
+
class TestPartitionExistingRAID(VMBaseClass):
""" Test that curtin can repartition an existing RAID. """
conf_file = "examples/tests/partition-existing-raid.yaml"
@@ -57,4 +61,9 @@ class FocalTestPartitionExistingRAID(
__test__ = True
+class JammyTestPartitionExistingRAID(
+ relbase.jammy, TestPartitionExistingRAID):
+ __test__ = True
+
+
# vi: ts=4 expandtab syntax=python