Fix the tests after the removal of the KVM flag from VM

pull/370/head
Julien Duponchelle 9 years ago
parent 2b36746d52
commit 3bb1509f41

@ -382,10 +382,3 @@ def test_options(vm):
vm.options = "-usb"
assert vm.options == "-usb"
assert vm.kvm is False
def test_options_kvm(vm):
vm.kvm = False
vm.options = "-usb -enable-kvm"
assert vm.options == "-usb"
assert vm.kvm is True

Loading…
Cancel
Save