mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-03 13:47:18 +03:00
e784376699
This will help for a possible future conversion to pytest Signed-off-by: Cole Robinson <crobinso@redhat.com>
20 lines
613 B
XML
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. |