esx: Update case insensitive .vmx tests

Commit b9efc7dc3b made virFileHasSuffix
case insensitive. Honor this in the tests by switching vmdk to VMDK.
This commit is contained in:
Matthias Bolte 2010-05-26 15:02:01 +02:00
parent b0f414c67b
commit 02d57c2bce
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ SCSI0.SHAREDBUS = "NONE"
SCSI0.VIRTUALDEV = "LSILOGIC" SCSI0.VIRTUALDEV = "LSILOGIC"
MEMSIZE = "1024" MEMSIZE = "1024"
SCSI0:0.PRESENT = "TRUE" SCSI0:0.PRESENT = "TRUE"
SCSI0:0.FILENAME = "FEDORA11.vmdk" SCSI0:0.FILENAME = "FEDORA11.VMDK"
SCSI0:0.DEVICETYPE = "SCSI-HARDDISK" SCSI0:0.DEVICETYPE = "SCSI-HARDDISK"
IDE0:0.PRESENT = "TRUE" IDE0:0.PRESENT = "TRUE"
IDE0:0.CLIENTDEVICE = "TRUE" IDE0:0.CLIENTDEVICE = "TRUE"

View File

@ -14,7 +14,7 @@
<devices> <devices>
<disk type='file' device='disk'> <disk type='file' device='disk'>
<driver name='LSILOGIC'/> <driver name='LSILOGIC'/>
<source file='[datastore] directory/FEDORA11.vmdk'/> <source file='[datastore] directory/FEDORA11.VMDK'/>
<target dev='sda' bus='scsi'/> <target dev='sda' bus='scsi'/>
</disk> </disk>
<interface type='bridge'> <interface type='bridge'>