mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
Fix the tests after the removal of the KVM flag from VM
This commit is contained in:
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…
Reference in New Issue
Block a user