virt-manager/tests/data/cli/compare/virt-xml-add-host-device-start.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

15 lines
410 B
XML

<model type="cirrus" vram="16384" heads="1" primary="yes"/>
</video>
<memballoon model="virtio"/>
+ <hostdev mode="subsystem" type="usb" managed="yes">
+ <source>
+ <vendor id="0x04b3"/>
+ <product id="0x4485"/>
+ </source>
+ </hostdev>
</devices>
</domain>
Domain 'test-state-shutoff' defined successfully.
Domain 'test-state-shutoff' started successfully.