Skip to content

Commit

Permalink
tests: fix virt-xml test
Browse files Browse the repository at this point in the history
Broken by commit b1c0a1c.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
  • Loading branch information
phrdina committed Jan 17, 2017
1 parent b1c0a1c commit b4239b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/clitest.py
Expand Up @@ -885,7 +885,7 @@ def add_compare(self, cat, args, compfile, **kwargs):

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")
Expand Down

0 comments on commit b4239b7

Please sign in to comment.