Merge "bifrost-create-vm-nodes: Do not use KVM VMs by default"

This commit is contained in:
Jenkins 2017-07-27 09:37:47 +00:00 committed by Gerrit Code Review
commit 5dd5e0ac86

View File

@ -6,6 +6,7 @@ required_packages:
- qemu-kvm-tools
- qemu-kvm
- qemu-kvm-common
- qemu-system-x86
- sgabios
- sgabios-bin
- libvirt
@ -24,5 +25,4 @@ required_packages:
- python-lxml
- pkgconfig
- libvirt-devel
test_vm_machine: "pc"
test_vm_emulator: "/usr/libexec/qemu-kvm"
test_vm_emulator: "/bin/qemu-system-x86_64"