virt-manager/tests/data/cli/compare/virt-xml-edit-simple-filesystem.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

17 lines
592 B
XML

<key>thequickbrownfoxjumpedoverthelazydog</key>
<target path="/some/lease/path" offset="1024"/>
</lease>
- <filesystem type="mount" accessmode="passthrough">
+ <filesystem type="mount" accessmode="mapped">
<driver type="handle"/>
- <source dir="/foo/bar"/>
- <target dir="/bar/baz"/>
+ <source dir="/1/2/3"/>
+ <target dir="/4/5/6"/>
</filesystem>
<interface type="network">
<mac address="22:22:33:54:32:10"/>
Domain 'test-for-virtxml' defined successfully.
Changes will take effect after the domain is fully powered off.