summaryrefslogtreecommitdiff
path: root/tests/vmtests/test_iscsi.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vmtests/test_iscsi.py')
-rw-r--r--tests/vmtests/test_iscsi.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/vmtests/test_iscsi.py b/tests/vmtests/test_iscsi.py
index 8d1d3f5f..6ad343df 100644
--- a/tests/vmtests/test_iscsi.py
+++ b/tests/vmtests/test_iscsi.py
@@ -76,4 +76,8 @@ class FocalTestIscsiBasic(relbase.focal, TestBasicIscsiAbs):
__test__ = True
+class JammyTestIscsiBasic(relbase.jammy, TestBasicIscsiAbs):
+ __test__ = True
+
+
# vi: ts=4 expandtab syntax=python