From abebab1e1e30a16d4be891a051060e81254ff0c5 Mon Sep 17 00:00:00 2001 From: Dan Bungert Date: Tue, 19 Sep 2023 12:22:04 -0600 Subject: vmtests: add mantic after jammy --- tests/vmtests/test_lvm_iscsi.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/vmtests/test_lvm_iscsi.py') 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 -- cgit v1.2.3