virt-manager/tests/data/xmlparse/change-snapshot-out.xml
Cole Robinson 435c7181f1 tests: testdriver: Rename default-pool -> pool-dir
And move the path to not be rooted in /dev, which doesn't make
sense for a directory pool, and triggers some special /dev handling
in virtinst that we don't want in the common testing path.

Signed-off-by: Cole Robinson <crobinso@redhat.com>
2022-02-27 13:03:04 -05:00

40 lines
1.1 KiB
XML

<domainsnapshot>
<name>name-foo</name>
<state>somestate</state>
<description>foo
newline
indent</description>
<parent>
<name>newparent</name>
</parent>
<creationTime>1234</creationTime>
<memory snapshot="internal"/>
<disks>
<disk name="hdb" snapshot="no"/>
</disks>
<domain type="test">
<name>test-internal-snapshots</name>
<uuid>12345678-1234-fddf-1234-12345678ffff</uuid>
<memory unit="KiB">409600</memory>
<currentMemory unit="KiB">409600</currentMemory>
<vcpu placement="static">1</vcpu>
<bootloader>/tmp/bootfoo</bootloader>
<os>
<type arch="i686">xen</type>
</os>
<clock offset="utc"/>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>destroy</on_crash>
<devices>
<disk type="file" device="disk">
<source file="/pool-dir/test-clone-simple.img"/>
<target dev="hda" bus="ide"/>
<address type="drive" controller="0" bus="0" target="0" unit="0"/>
</disk>
<controller type="ide" index="0"/>
</devices>
</domain>
<active>0</active>
</domainsnapshot>