mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
tests: fix virt-xml test
Broken by commit b1c0a1c2d9
.
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
b1c0a1c2d9
commit
b4239b7538
@ -885,7 +885,7 @@ c.add_compare("--edit mac=00:11:7f:33:44:55 --network target=nic55", "edit-selec
|
||||
|
||||
c = vixml.add_category("edit clear", "test-for-virtxml --print-diff --define", compare_check="1.2.2") # compare_check=input type=keyboard output
|
||||
c.add_invalid("--edit --memory 200,clearxml=yes") # clear isn't wired up for memory
|
||||
c.add_compare("--edit --disk path=/foo/bar,target=fda,bus=fdc,device=floppy,clearxml=yes", "edit-clear-disk")
|
||||
c.add_compare("--edit --disk path=/foo/bar,size=2,target=fda,bus=fdc,device=floppy,clearxml=yes", "edit-clear-disk")
|
||||
c.add_compare("--edit --cpu host-passthrough,clearxml=yes", "edit-clear-cpu")
|
||||
c.add_compare("--edit --clock offset=utc,clearxml=yes", "edit-clear-clock")
|
||||
c.add_compare("--edit --video clearxml=yes,model=virtio,accel3d=yes", "edit-video-virtio")
|
||||
|
Loading…
Reference in New Issue
Block a user