summaryrefslogtreecommitdiff
path: root/tests/xml2vmxdata/xml2vmx-gsx-in-the-wild-4.vmx
diff options
context:
space:
mode:
authorMatthias Bolte <matthias.bolte@googlemail.com>2010-08-06 02:02:03 +0200
committerMatthias Bolte <matthias.bolte@googlemail.com>2010-08-14 20:16:14 +0200
commit7c0cbe02795988df157aeb457e793a5b568e1cab (patch)
tree0f9551b85c8acfba83a3e7ae153f63a155a48936 /tests/xml2vmxdata/xml2vmx-gsx-in-the-wild-4.vmx
parent177e17e4626e18c1ce80f852e5a573ec2530db7c (diff)
downloadlibvirt-7c0cbe02795988df157aeb457e793a5b568e1cab.tar.gz
esx: Explicitly disable unused floppy devices
floppy0.present defaults to true. Therefore, it needs to be explicitly set to false when the XML config doesn't specify the corresponding floppy device. Also update tests accordingly.
Diffstat (limited to 'tests/xml2vmxdata/xml2vmx-gsx-in-the-wild-4.vmx')
-rw-r--r--tests/xml2vmxdata/xml2vmx-gsx-in-the-wild-4.vmx2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/xml2vmxdata/xml2vmx-gsx-in-the-wild-4.vmx b/tests/xml2vmxdata/xml2vmx-gsx-in-the-wild-4.vmx
index 765d35c240..718ac48ce9 100644
--- a/tests/xml2vmxdata/xml2vmx-gsx-in-the-wild-4.vmx
+++ b/tests/xml2vmxdata/xml2vmx-gsx-in-the-wild-4.vmx
@@ -8,6 +8,8 @@ numvcpus = "1"
ide0:0.present = "true"
ide0:0.deviceType = "ata-hardDisk"
ide0:0.fileName = "/vmfs/volumes/storage/Client/Debian-System1-0-cl2.vmdk"
+floppy0.present = "false"
+floppy1.present = "false"
ethernet0.present = "true"
ethernet0.networkName = "net2"
ethernet0.connectionType = "custom"