libvirt/tests/nodedevschemadata/computer.xml
Mark McLoughlin da61daa2e6 Add nodedevxml2xml test
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.
2009-02-24 14:58:32 +00:00

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>