virt-manager/tests/cli-test-xml/compare/virt-xml-edit-simple-console.xml
Cole Robinson b82b739d5a tests: Fix output to work the same with libvirt <console> change
See this thread for the original patches:

https://www.redhat.com/archives/virt-tools-list/2015-June/msg00091.html

But this fix is nicer since it will work before those libvirt changes as
well.
2015-06-08 17:41:16 -04:00

11 lines
356 B
XML

<target port="0"/>
</parallel>
<console type="null">
- <target type="serial" port="0"/>
+ <target type="serial" port="0" name="foo.bar.baz"/>
</console>
<console type="pty">
<target type="virtio" port="1"/>
Domain 'test-for-virtxml' defined successfully.
Changes will take effect after the next domain shutdown.