virt-manager/tests/data/cli/compare/virt-xml-remove-disk-path-start.xml
Cole Robinson e784376699 tests: Rename all test files to have test_ prefix
This will help for a possible future conversion to pytest

Signed-off-by: Cole Robinson <crobinso@redhat.com>
2020-01-27 06:57:37 -05:00

20 lines
613 B
XML

<on_lockfailure>poweroff</on_lockfailure>
<devices>
<emulator>/usr/lib/xen/bin/qemu-dm</emulator>
- <disk type="block" device="disk">
- <driver name="qemu"/>
- <source dev="/dev/null"/>
- <target dev="vda" bus="virtio"/>
- <boot order="10"/>
- </disk>
- <disk type="block" device="disk">
- <driver name="qemu"/>
- <source dev="/dev/null"/>
- <target dev="vdb" bus="virtio"/>
- <boot order="3"/>
- </disk>
<disk type="file" device="cdrom">
<target dev="hdc" bus="ide"/>
<readonly/>
Domain 'test-state-shutoff' started successfully.