mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 19:31:18 +00:00
da61daa2e6
Add a test to check node device XML parsing by first parsing the XML, then re-formatting as XML and finally comparing the resulting XML to the original XML.
10 lines
235 B
XML
10 lines
235 B
XML
<device>
|
|
<name>net_00_13_02_b9_f9_d3</name>
|
|
<parent>pci_8086_4227</parent>
|
|
<capability type='net'>
|
|
<interface>eth0</interface>
|
|
<address>00:13:02:b9:f9:d3</address>
|
|
<capability type='80211'/>
|
|
</capability>
|
|
</device>
|