diff options
Diffstat (limited to 'tests/vmtests/test_bcache_bug1718699.py')
-rw-r--r-- | tests/vmtests/test_bcache_bug1718699.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/vmtests/test_bcache_bug1718699.py b/tests/vmtests/test_bcache_bug1718699.py index 82a765af..6eb781ca 100644 --- a/tests/vmtests/test_bcache_bug1718699.py +++ b/tests/vmtests/test_bcache_bug1718699.py @@ -27,4 +27,8 @@ class JammyTestBcacheBug1718699(relbase.jammy, TestBcacheBug1718699): __test__ = True +class ManticTestBcacheBug1718699(relbase.mantic, TestBcacheBug1718699): + __test__ = True + + # vi: ts=4 expandtab syntax=python |