mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 19:31:18 +00:00
af4c893eb7
* tests/.gitignore: ignore new test binaries * tests/Makefile.am: add new tests * tests/esxutilstest.c: test esxVMX_IndexToDiskName() * tests/vmx2xmldata/*: config files for the VMX to domain XML test * tests/vmx2xmltest.c: test the VMX to domain XML mapping * tests/xml2vmxdata/*: config files for the domain XML to VMX test * tests/xml2vmxtest.c: test the domain XML to VMX mapping
71 lines
1.8 KiB
Plaintext
71 lines
1.8 KiB
Plaintext
#!/usr/bin/vmware
|
|
config.version = "8"
|
|
virtualHW.version = "4"
|
|
floppy0.present = "true"
|
|
nvram = "Debian2.nvram"
|
|
deploymentPlatform = "windows"
|
|
virtualHW.productCompatibility = "hosted"
|
|
tools.upgrade.policy = "useGlobal"
|
|
powerType.powerOff = "default"
|
|
powerType.powerOn = "default"
|
|
powerType.suspend = "default"
|
|
powerType.reset = "default"
|
|
|
|
displayName = "virtDebian2"
|
|
extendedConfigFile = "Debian2.vmxf"
|
|
|
|
numvcpus = "2"
|
|
scsi0.present = "true"
|
|
scsi0.sharedBus = "none"
|
|
scsi0.virtualDev = "lsilogic"
|
|
|
|
memsize = "1024"
|
|
|
|
scsi0:0.present = "true"
|
|
scsi0:0.fileName = "Debian2.vmdk"
|
|
scsi0:0.deviceType = "scsi-hardDisk"
|
|
|
|
ide0:0.present = "true"
|
|
ide0:0.clientDevice = "FALSE"
|
|
ide0:0.deviceType = "cdrom-image"
|
|
ide0:0.startConnected = "true"
|
|
|
|
floppy0.startConnected = "false"
|
|
floppy0.clientDevice = "true"
|
|
|
|
ethernet0.present = "true"
|
|
ethernet0.networkName = "VM Network"
|
|
ethernet0.addressType = "generated"
|
|
|
|
guestOSAltName = "Ubuntu Linux (64-bit)"
|
|
guestOS = "ubuntu-64"
|
|
|
|
uuid.location = "56 4d b7 68 f3 32 42 ee-62 01 06 97 3c f5 c3 0c"
|
|
uuid.bios = "56 4d b7 68 f3 32 42 ee-62 01 06 97 3c f5 c3 0c"
|
|
|
|
toolScripts.afterPowerOn = "true"
|
|
toolScripts.afterResume = "true"
|
|
toolScripts.beforeSuspend = "true"
|
|
toolScripts.beforePowerOff = "true"
|
|
|
|
floppy0.fileName = "/dev/fd0"
|
|
|
|
ide0:0.fileName = "/vmfs/volumes/498076b2-02796c1a-ef5b-000ae484a6a3/Isos/debian-testing-amd64-netinst.iso"
|
|
|
|
scsi0:0.redo = ""
|
|
ethernet0.generatedAddress = "00:0c:29:f5:c3:0c"
|
|
tools.syncTime = "false"
|
|
sched.swap.derivedName = "/vmfs/volumes/498076b2-02796c1a-ef5b-000ae484a6a3/Debian2/Debian2-04db0c5a.vswp"
|
|
ethernet0.generatedAddressOffset = "0"
|
|
tools.remindInstall = "TRUE"
|
|
|
|
sched.cpu.min = "0"
|
|
sched.cpu.units = "mhz"
|
|
|
|
sched.cpu.affinity = "5,4,3,0"
|
|
|
|
floppy1.present = "true"
|
|
floppy1.fileType = "file"
|
|
floppy1.fileName = "/vmfs/volumes/498076b2-02796c1a-ef5b-000ae484a6a3/Debian2/dummy.flp"
|
|
floppy1.clientDevice = "FALSE"
|