tests: set virt_mode='hvm' for PCI tests
This commit is contained in:
parent
c3d287a33c
commit
99134efc3c
@ -48,6 +48,7 @@ class TC_00_Devices_PCI(qubes.tests.SystemTestCase):
|
||||
name=self.make_vm_name('vm'),
|
||||
label='red',
|
||||
)
|
||||
self.vm.virt_mode = 'hvm'
|
||||
self.loop.run_until_complete(
|
||||
self.vm.create_on_disk())
|
||||
self.vm.features['pci-no-strict-reset/' + pcidev] = True
|
||||
|
Loading…
Reference in New Issue
Block a user