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.
17 lines
423 B
XML
17 lines
423 B
XML
<device>
|
|
<name>computer</name>
|
|
<capability type='system'>
|
|
<hardware>
|
|
<vendor>LENOVO</vendor>
|
|
<version>ThinkPad T60p</version>
|
|
<serial>123123</serial>
|
|
<uuid>12345678-1234-1234-9596-a088b277d677</uuid>
|
|
</hardware>
|
|
<firmware>
|
|
<vendor>LENOVO</vendor>
|
|
<version>79ETE1WW (2.21 )</version>
|
|
<release_date>02/05/2008</release_date>
|
|
</firmware>
|
|
</capability>
|
|
</device>
|