mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-01 01:15:19 +00:00
esx: Update case insensitive .vmx tests
Commit b9efc7dc3b97ef667ab99cee884b8485ebcb2f91 made virFileHasSuffix case insensitive. Honor this in the tests by switching vmdk to VMDK.
This commit is contained in:
parent
b0f414c67b
commit
02d57c2bce
@ -18,7 +18,7 @@ SCSI0.SHAREDBUS = "NONE"
|
||||
SCSI0.VIRTUALDEV = "LSILOGIC"
|
||||
MEMSIZE = "1024"
|
||||
SCSI0:0.PRESENT = "TRUE"
|
||||
SCSI0:0.FILENAME = "FEDORA11.vmdk"
|
||||
SCSI0:0.FILENAME = "FEDORA11.VMDK"
|
||||
SCSI0:0.DEVICETYPE = "SCSI-HARDDISK"
|
||||
IDE0:0.PRESENT = "TRUE"
|
||||
IDE0:0.CLIENTDEVICE = "TRUE"
|
||||
|
@ -14,7 +14,7 @@
|
||||
<devices>
|
||||
<disk type='file' device='disk'>
|
||||
<driver name='LSILOGIC'/>
|
||||
<source file='[datastore] directory/FEDORA11.vmdk'/>
|
||||
<source file='[datastore] directory/FEDORA11.VMDK'/>
|
||||
<target dev='sda' bus='scsi'/>
|
||||
</disk>
|
||||
<interface type='bridge'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user