libvirt/tests/xml2vmxdata/xml2vmx-ethernet-nat.xml
Jean-Baptiste Rouault f246cdb5ac vmx: Better Workstation vmx handling
This patch adds support for vmx files with empty networkName
values (which is the case for vmx generated by Workstation).
It also adds support for vmx containing NATed network interfaces.

Update test suite accordingly
2012-02-24 11:53:23 +01:00

14 lines
284 B
XML

<domain type='vmware'>
<name>ethernet-nat</name>
<uuid>564d9bef-acd9-b4e0-c8f0-aea8b9103515</uuid>
<memory>4096</memory>
<os>
<type>hvm</type>
</os>
<devices>
<interface type='user'>
<mac address='00:50:56:11:22:33'/>
</interface>
</devices>
</domain>