mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 11:21:12 +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.
13 lines
328 B
XML
13 lines
328 B
XML
<device>
|
|
<name>pci_1002_71c4</name>
|
|
<parent>pci_8086_27a1</parent>
|
|
<capability type='pci'>
|
|
<domain>0</domain>
|
|
<bus>1</bus>
|
|
<slot>0</slot>
|
|
<function>0</function>
|
|
<product id='0x71c4'>M56GL [Mobility FireGL V5200]</product>
|
|
<vendor id='0x1002'>ATI Technologies Inc</vendor>
|
|
</capability>
|
|
</device>
|