summaryrefslogtreecommitdiff
path: root/tests/xml2vmxdata/xml2vmx-cdrom-scsi-file.xml
diff options
context:
space:
mode:
authorMatthias Bolte <matthias.bolte@googlemail.com>2009-09-23 14:52:36 +0200
committerDaniel Veillard <veillard@redhat.com>2009-09-23 15:00:54 +0200
commit49faa15e4fe775eeaffb82088fb2f76f4445fee5 (patch)
tree4522469ffaf8e6a6978116088b67db566c95c6c9 /tests/xml2vmxdata/xml2vmx-cdrom-scsi-file.xml
parentc3aa1f8bdb7bf9f6b4b0ef36fe6e3b626e6e1db1 (diff)
downloadlibvirt-49faa15e4fe775eeaffb82088fb2f76f4445fee5.tar.gz
ESX add esxDomainDefineXML()
A given domain XML gets converted to a VMX config, uploaded to the host and registered as new virtual machine. * src/esx/esx_driver.c: refactor datastore related path parsing into esxUtil_ParseDatastoreRelatedPath() * src/esx/esx_util.[ch]: add esxUtil_ParseDatastoreRelatedPath() * src/esx/esx_vi.[ch]: add esxVI_Context_UploadFile(), add datastores to the traversal in esxVI_BuildFullTraversalSpecList(), add esxVI_LookupDatastoreByName() * src/esx/esx_vi_methods.[ch]: add esxVI_RegisterVM_Task() * src/esx/esx_vi_types.c: make some error message more verbose * src/esx/esx_vmx.[ch]: add esxVMX_AbsolutePathToDatastoreRelatedPath() to convert a path into a datastore related path, add esxVMX_ParseFileName() to convert from VMX path format to domain XML path format, extend the other parsing function to be datastore aware, add esxVMX_FormatFileName() to convert from domain XML path format to VMX path format, fix VMX ethernet entry formating * tests/esxutilstest.c: add test for esxUtil_ParseDatastoreRelatedPath() * tests/vmx2xmldata/*: update domain XML files to use datastore related paths * tests/xml2vmxdata/*: update domain XML files to use datastore related paths, update VMX files to use absolute paths
Diffstat (limited to 'tests/xml2vmxdata/xml2vmx-cdrom-scsi-file.xml')
-rw-r--r--tests/xml2vmxdata/xml2vmx-cdrom-scsi-file.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/xml2vmxdata/xml2vmx-cdrom-scsi-file.xml b/tests/xml2vmxdata/xml2vmx-cdrom-scsi-file.xml
index 0f21dcfab9..2f28509200 100644
--- a/tests/xml2vmxdata/xml2vmx-cdrom-scsi-file.xml
+++ b/tests/xml2vmxdata/xml2vmx-cdrom-scsi-file.xml
@@ -7,7 +7,7 @@
</os>
<devices>
<disk type='file' device='cdrom'>
- <source file='cdrom.iso'/>
+ <source file='[testing] isos/cdrom.iso'/>
<target dev='sda' bus='scsi'/>
</disk>
</devices>