mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 19:31:18 +00:00
c2a6b26647
Update test suite accordingly.
46 lines
1.4 KiB
XML
46 lines
1.4 KiB
XML
<domain type='vmware'>
|
|
<name>virtMonServ1</name>
|
|
<uuid>564d9bef-acd9-b4e0-c8f0-aea8b9103515</uuid>
|
|
<memory>524288</memory>
|
|
<currentMemory>524288</currentMemory>
|
|
<vcpu>1</vcpu>
|
|
<os>
|
|
<type arch='i686'>hvm</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='[datastore] directory/virtMonServ1.vmdk'/>
|
|
<target dev='sda' bus='scsi'/>
|
|
<address type='drive' controller='0' bus='0' unit='0'/>
|
|
</disk>
|
|
<controller type='scsi' index='0' model='lsilogic'/>
|
|
<interface type='bridge'>
|
|
<mac address='00:50:56:91:66:d4'/>
|
|
<source bridge='VM Network'/>
|
|
</interface>
|
|
<interface type='bridge'>
|
|
<mac address='00:50:56:91:0c:51'/>
|
|
<source bridge='VM Switch 2'/>
|
|
</interface>
|
|
<serial type='file'>
|
|
<source path='[498076b2-02796c1a-ef5b-000ae484a6a3] virtMonServ1/serial1.file'/>
|
|
<target port='0'/>
|
|
</serial>
|
|
<parallel type='file'>
|
|
<source path='[498076b2-02796c1a-ef5b-000ae484a6a3] virtMonServ1/parallel1.file'/>
|
|
<target port='0'/>
|
|
</parallel>
|
|
<console type='file'>
|
|
<source path='[498076b2-02796c1a-ef5b-000ae484a6a3] virtMonServ1/serial1.file'/>
|
|
<target type='serial' port='0'/>
|
|
</console>
|
|
<video>
|
|
<model type='vmvga' vram='4096'/>
|
|
</video>
|
|
</devices>
|
|
</domain>
|