mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-02-21 09:51:50 +00: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"
|
vm.options = "-usb"
|
||||||
assert vm.options == "-usb"
|
assert vm.options == "-usb"
|
||||||
assert vm.kvm is False
|
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…
x
Reference in New Issue
Block a user