summaryrefslogtreecommitdiff
path: root/tests/xml2vmxdata/xml2vmx-serial-device.xml
diff options
context:
space:
mode:
authorMatthias Bolte <matthias.bolte@googlemail.com>2009-09-23 14:25:52 +0200
committerDaniel Veillard <veillard@redhat.com>2009-09-23 15:00:54 +0200
commitaf4c893eb77e030eb9ed0bb4ddc769275078c62c (patch)
tree9d57164d3460b44241403e57db4eabef8d6e4587 /tests/xml2vmxdata/xml2vmx-serial-device.xml
parenta1c4d7d765c3c2af698f9afe5a4d8edfd6e48a3b (diff)
downloadlibvirt-af4c893eb77e030eb9ed0bb4ddc769275078c62c.tar.gz
ESX add tests for the VMX to/from domain XML mapping
* tests/.gitignore: ignore new test binaries * tests/Makefile.am: add new tests * tests/esxutilstest.c: test esxVMX_IndexToDiskName() * tests/vmx2xmldata/*: config files for the VMX to domain XML test * tests/vmx2xmltest.c: test the VMX to domain XML mapping * tests/xml2vmxdata/*: config files for the domain XML to VMX test * tests/xml2vmxtest.c: test the domain XML to VMX mapping
Diffstat (limited to 'tests/xml2vmxdata/xml2vmx-serial-device.xml')
-rw-r--r--tests/xml2vmxdata/xml2vmx-serial-device.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/xml2vmxdata/xml2vmx-serial-device.xml b/tests/xml2vmxdata/xml2vmx-serial-device.xml
new file mode 100644
index 0000000000..050eff7f4c
--- /dev/null
+++ b/tests/xml2vmxdata/xml2vmx-serial-device.xml
@@ -0,0 +1,14 @@
+<domain type='vmware'>
+ <name>serial-device</name>
+ <uuid>564d9bef-acd9-b4e0-c8f0-aea8b9103515</uuid>
+ <memory>4096</memory>
+ <os>
+ <type>hvm</type>
+ </os>
+ <devices>
+ <serial type='dev'>
+ <source path='/dev/ttyS0'/>
+ <target port='0'/>
+ </serial>
+ </devices>
+</domain>