virt-manager/tests/data/cli/compare/virt-xml-edit-simple-redirdev.xml
Cole Robinson c08e3e6397 tests: make sure all test output ends with a newline
Simplifies viewing files in an editor, and some pytest output.

Signed-off-by: Cole Robinson <crobinso@redhat.com>
2022-01-11 12:32:23 -05:00

14 lines
490 B
XML

</source>
<address type="ccw" cssid="0xfe" ssid="0x0" devno="0x0002"/>
</hostdev>
- <redirdev bus="usb" type="tcp">
- <source mode="connect" host="localhost" service="4000"/>
+ <redirdev bus="usb" type="spicevmc">
+ <source mode="connect" host="example.com" service="12345"/>
<protocol type="raw"/>
</redirdev>
<redirfilter>
Domain 'test-for-virtxml' defined successfully.
Changes will take effect after the domain is fully powered off.