virt-manager/tests/data/cli/compare/virt-xml-edit-clearxml-qemu-commandline.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

10 lines
246 B
XML

<on_crash>destroy</on_crash>
<devices>
</devices>
- <qemu:commandline>
- <qemu:env name="SOMEENV" value="foo=bar baz,foo"/>
- <qemu:arg value="-somearg"/>
- <qemu:arg value="bar,baz=wib wob"/>
- </qemu:commandline>
</domain>