summaryrefslogtreecommitdiff
path: root/tests/vmx2xmldata/vmx2xml-parallel-device.vmx
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/vmx2xmldata/vmx2xml-parallel-device.vmx
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/vmx2xmldata/vmx2xml-parallel-device.vmx')
-rw-r--r--tests/vmx2xmldata/vmx2xml-parallel-device.vmx5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/vmx2xmldata/vmx2xml-parallel-device.vmx b/tests/vmx2xmldata/vmx2xml-parallel-device.vmx
new file mode 100644
index 0000000000..ee2eb749b6
--- /dev/null
+++ b/tests/vmx2xmldata/vmx2xml-parallel-device.vmx
@@ -0,0 +1,5 @@
+config.version = "8"
+virtualHW.version = "4"
+parallel0.present = "true"
+parallel0.fileType = "device"
+parallel0.fileName = "/dev/parallel0"