diff options
Diffstat (limited to 'tests/vmtests/test_bcache_ceph.py')
-rw-r--r-- | tests/vmtests/test_bcache_ceph.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/vmtests/test_bcache_ceph.py b/tests/vmtests/test_bcache_ceph.py index 15cce590..9bc72878 100644 --- a/tests/vmtests/test_bcache_ceph.py +++ b/tests/vmtests/test_bcache_ceph.py @@ -83,6 +83,10 @@ class JammyTestBcacheCeph(relbase.jammy, TestBcacheCeph): __test__ = True +class ManticTestBcacheCeph(relbase.mantic, TestBcacheCeph): + __test__ = True + + class TestBcacheCephLvm(TestBcacheCeph): test_type = 'storage' nr_cpus = 2 @@ -113,4 +117,8 @@ class JammyTestBcacheCephLvm(relbase.jammy, TestBcacheCephLvm): __test__ = True +class ManticTestBcacheCephLvm(relbase.mantic, TestBcacheCephLvm): + __test__ = True + + # vi: ts=4 expandtab syntax=python |