root/honeyclient/branches/rel/1.0/t/test_vm/winXPPro.vmx

Revision 590, 1.0 kB (checked in by kindlund, 1 year ago)

Updated VM unit tests to support configurable user prompts.

  • Property svn:executable set to *
Line 
1 #!/usr/bin/vmware
2 config.version = "7"
3 virtualHW.version = "3"
4 scsi0.present = "TRUE"
5 memsize = "256"
6 ide0:0.present = "TRUE"
7 ide0:0.fileName = "winXPPro.vmdk"
8 ide0:0.mode = "persistent"
9 ide1:0.present = "TRUE"
10 ide1:0.fileName = "auto detect"
11 ide1:0.deviceType = "atapi-cdrom"
12 floppy0.fileName = "/dev/fd0"
13 usb.present = "FALSE"
14 displayName = "testVM"
15 guestOS = "winxppro"
16 priority.grabbed = "normal"
17 priority.ungrabbed = "normal"
18 powerType.powerOff = "soft"
19 powerType.powerOn = "soft"
20 powerType.suspend = "soft"
21 powerType.reset = "soft"
22
23 ide1:0.startConnected = "FALSE"
24 floppy0.startConnected = "FALSE"
25 redoLogDir = "."
26
27 uuid.location = "56 4d 63 26 ef 9e 06 a5-3e 05 81 73 13 e7 c2 0a"
28 uuid.bios = "56 4d 63 26 ef 9e 06 a5-3e 05 81 73 13 e7 c2 0a"
29
30 Ethernet0.present = "TRUE"
31
32 Ethernet0.addressType = "generated"
33 ethernet0.generatedAddress = "00:0c:29:e7:c2:0a"
34 ethernet0.generatedAddressOffset = "0"
35
36 Ethernet0.startConnected = "TRUE"
37
38 ide0:0.redo = ""
39 ide0:0.deviceType = "ata-hardDisk"
40
41 Ethernet0.connectionType = "hostonly"
Note: See TracBrowser for help on using the browser.