Browse Source

tests: set virt_mode='hvm' for PCI tests

Marek Marczykowski-Górecki 6 years ago
parent
commit
99134efc3c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      qubes/tests/integ/devices_pci.py

+ 1 - 0
qubes/tests/integ/devices_pci.py

@@ -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