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>
13 lines
420 B
XML
13 lines
420 B
XML
<vsock model="virtio">
|
|
<cid auto="no" address="5"/>
|
|
</vsock>
|
|
+ <disk type="file" device="disk">
|
|
+ <source file="/dev/default-pool/testvol1.img"/>
|
|
+ <target dev="hdb" bus="ide"/>
|
|
+ </disk>
|
|
</devices>
|
|
<seclabel type="dynamic" model="selinux" relabel="yes"/>
|
|
<keywrap>
|
|
|
|
Domain 'test-for-virtxml' defined successfully.
|
|
Changes will take effect after the domain is fully powered off. |