summaryrefslogtreecommitdiff
path: root/tests/vmtests/test_nvme.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vmtests/test_nvme.py')
-rw-r--r--tests/vmtests/test_nvme.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/vmtests/test_nvme.py b/tests/vmtests/test_nvme.py
index f598f127..dd071e95 100644
--- a/tests/vmtests/test_nvme.py
+++ b/tests/vmtests/test_nvme.py
@@ -79,6 +79,12 @@ class FocalTestNvme(relbase.focal, TestNvmeAbs):
# OSError - [Errno 16] Device or resource busy: '/dev/mapper/mpatha'
+class JammyTestNvme(relbase.jammy, TestNvmeAbs):
+ __test__ = False
+ # An error occured handling 'nvme_disk2':
+ # OSError - [Errno 16] Device or resource busy: '/dev/mapper/mpatha'
+
+
class TestNvmeBcacheAbs(TestNvmeAbs):
arch_skip = [
"s390x", # nvme is a pci device, no pci on s390x
@@ -145,4 +151,8 @@ class FocalTestNvmeBcache(relbase.focal, TestNvmeBcacheAbs):
__test__ = True
+class JammyTestNvmeBcache(relbase.jammy, TestNvmeBcacheAbs):
+ __test__ = True
+
+
# vi: ts=4 expandtab syntax=python