diff options
Diffstat (limited to 'tests/vmtests/test_lvm_iscsi.py')
| -rw-r--r-- | tests/vmtests/test_lvm_iscsi.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/vmtests/test_lvm_iscsi.py b/tests/vmtests/test_lvm_iscsi.py index 94e523bb..76117c1d 100644 --- a/tests/vmtests/test_lvm_iscsi.py +++ b/tests/vmtests/test_lvm_iscsi.py @@ -103,4 +103,8 @@ class JammyTestIscsiLvm(relbase.jammy, TestLvmIscsiAbs): __test__ = True +class ManticTestIscsiLvm(relbase.mantic, TestLvmIscsiAbs): + __test__ = True + + # vi: ts=4 expandtab syntax=python |
