summaryrefslogtreecommitdiff
path: root/tests/xml2vmxdata/xml2vmx-floppy-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/xml2vmxdata/xml2vmx-floppy-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/xml2vmxdata/xml2vmx-floppy-device.vmx')
-rw-r--r--tests/xml2vmxdata/xml2vmx-floppy-device.vmx10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/xml2vmxdata/xml2vmx-floppy-device.vmx b/tests/xml2vmxdata/xml2vmx-floppy-device.vmx
new file mode 100644
index 0000000000..465501b06c
--- /dev/null
+++ b/tests/xml2vmxdata/xml2vmx-floppy-device.vmx
@@ -0,0 +1,10 @@
+config.version = "8"
+virtualHW.version = "4"
+guestOS = "other"
+uuid.bios = "56 4d 9b ef ac d9 b4 e0-c8 f0 ae a8 b9 10 35 15"
+displayName = "floppy-device"
+memsize = "4"
+numvcpus = "1"
+floppy0.present = "true"
+floppy0.fileType = "device"
+floppy0.fileName = "/dev/fd0"