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_15_58_2f_e9_55</name>
|
|
<parent>pci_8086_109a</parent>
|
|
<capability type='net'>
|
|
<interface>eth1</interface>
|
|
<address>00:15:58:2f:e9:55</address>
|
|
<capability type='80203'/>
|
|
</capability>
|
|
</device>
|