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>
18 lines
603 B
XML
18 lines
603 B
XML
<on_reboot>restart</on_reboot>
|
|
<on_crash>destroy</on_crash>
|
|
<devices>
|
|
+ <disk type="file" device="disk">
|
|
+ <driver name="qemu" type="qcow2"/>
|
|
+ <source file="/dev/default-pool/testvol1.img"/>
|
|
+ <target dev="vda" bus="virtio"/>
|
|
+ </disk>
|
|
</devices>
|
|
+ <metadata>
|
|
+ <libosinfo:libosinfo xmlns:libosinfo="http://libosinfo.org/xmlns/libvirt/domain/1.0">
|
|
+ <libosinfo:os id="http://fedoraproject.org/fedora/28"/>
|
|
+ </libosinfo:libosinfo>
|
|
+ </metadata>
|
|
</domain>
|
|
|
|
Domain 'test' defined successfully.
|
|
Changes will take effect after the domain is fully powered off. |