提交 02d57c2b 编写于 作者: M Matthias Bolte

esx: Update case insensitive .vmx tests

Commit b9efc7dc made virFileHasSuffix
case insensitive. Honor this in the tests by switching vmdk to VMDK.
上级 b0f414c6
......@@ -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'>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册