virt-manager/tests/cli-test-xml/compare/virt-xml-edit-simple-filesystem.xml
Cole Robinson 1403815a3f tests: Add a bunch of example devices to the test drivers
Eventually we may want these for virt-xml or UI testing. Fill in
some XML for every top level element libvirt currently supports.
2019-05-15 15:23:59 -04:00

16 lines
591 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.