diff options
author | Chad Smith <[email protected]> | 2023-05-26 13:29:26 -0600 |
---|---|---|
committer | Dan Bungert <[email protected]> | 2023-09-20 07:04:38 -0600 |
commit | 91f147b0f0a795b32fbf9799a02ea5daee269b6b (patch) | |
tree | 69c30f3e21a639a20ccd1002181e5a1a10c997bd /tests/vmtests/test_iscsi.py | |
parent | 2a45c8990d299dedeb0b727280f97a2460a1fb28 (diff) |
vmtests: add jammy after focal
(cherry picked from commit 7c7c29b008128ee5476cfa82b24762c18a0d2fcc)
Diffstat (limited to 'tests/vmtests/test_iscsi.py')
-rw-r--r-- | tests/vmtests/test_iscsi.py | 4 |
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 |