We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c146b2 commit b8aa694Copy full SHA for b8aa694
tests/test_nodedev.py
@@ -157,6 +157,7 @@ def testPCIMdev():
157
assert dev.type_id == "nvidia-11"
158
assert dev.get_mdev_uuid() == "4b20d080-1b54-4048-85b3-a6a62d165c01"
159
160
+
161
# libvirt <7.3.0 doesn't support <uuid> in the mdev node device xml
162
@pytest.mark.skipif(libvirt.getVersion() < 7003000, reason="libvirt version doesn't support new mdev format")
163
def testPCIMdevNewFormat():
0 commit comments