We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798f3be commit 3b6a5a6Copy full SHA for 3b6a5a6
qubes/tests/app.py
@@ -191,7 +191,7 @@ def test_011_iommu_supported(self):
191
})
192
self.assertEqual(self.qubes_host.is_iommu_supported(), True)
193
194
- def test_010_iommu_supported(self):
+ def test_012_iommu_supported(self):
195
self.app.vmm.configure_mock(**{
196
'xc.physinfo.return_value': {
197
'hw_caps': '...',
0 commit comments