tests: one more missing virt_mode=hvm

This commit is contained in:
Marek Marczykowski-Górecki 2018-01-17 15:23:22 +01:00
parent 7905783861
commit f2b9be3607
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -91,6 +91,7 @@ class TC_00_Basic(qubes.tests.SystemTestCase):
self.vm = self.app.add_new_vm('StandaloneVM', label='red', name=vmname)
self.loop.run_until_complete(self.vm.create_on_disk())
self.vm.kernel = None
self.vm.virt_mode = 'hvm'
iso_path = self.create_bootable_iso()
# start the VM using qvm-start tool, to test --cdrom option there