Searched defs:vboxcon (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/ValidationKit/tests/api/
H A DtdTreeDepth1.py46 from testdriver import vboxcon namespace
113 oVM.unregister(vboxcon.CleanupMode_DetachAllReturnNone)
149 oVM.unregister(vboxcon.CleanupMode_DetachAllReturnNone)
/vbox/src/VBox/ValidationKit/tests/smoketests/
H A DtdSmokeTest1.py47 from testdriver import vboxcon; namespace
122 if self.sNicAttachment == 'nat': eNic0AttachType = vboxcon.NetworkAttachmentType_NAT;
123 elif self.sNicAttachment == 'bridged': eNic0AttachType = vboxcon.NetworkAttachmentType_Bridged;
/vbox/src/VBox/ValidationKit/tests/installation/
H A DtdGuestOsInstOs2.py48 from testdriver import vboxcon namespace
156 eNic0AttachType = vboxcon.NetworkAttachmentType_NAT
172 fRc = oSession.setStorageControllerType(vboxcon.StorageControllerType_IntelAhci, sController)
180 fRc = fRc and oSession.setBootOrder(1, vboxcon.DeviceType_HardDisk)
181 fRc = fRc and oSession.setBootOrder(2, vboxcon.DeviceType_Floppy)
H A DtdGuestOsInstTest1.py48 from testdriver import vboxcon; namespace
140 fRc = fRc and oSession.setStorageControllerType(vboxcon.StorageControllerType_IntelAhci,
159 fRc = fRc and oSession.setBootOrder(1, vboxcon.DeviceType_HardDisk)
160 fRc = fRc and oSession.setBootOrder(2, vboxcon.DeviceType_DVD)
381 return self.oTestVmSet.actionConfig(self, eNic0AttachType = vboxcon.NetworkAttachmentType_NAT);
/vbox/src/VBox/ValidationKit/tests/additions/
H A DtdAddBasic1.py47 from testdriver import vboxcon; namespace
105 eNic0AttachType = vboxcon.NetworkAttachmentType_NAT;
289 eExpectedRunLevel = vboxcon.AdditionsRunLevelType_Desktop;
291 eExpectedRunLevel = vboxcon.AdditionsRunLevelType_Userland;
H A DtdAddGuestCtrl.py62 from testdriver import vboxcon; namespace
140 fWaitFor = [ vboxcon.GuestSessionWaitForFlag_Start ];
146 if waitResult != vboxcon.GuestSessionWaitResult_Start \
147 and waitResult != vboxcon.GuestSessionWaitResult_WaitFlagNotSupported:
744 if oFsObjInfo.type is vboxcon.FsObjType_Directory:
764 elif oFsObjInfo.type is vboxcon.FsObjType_File:
769 elif oFsObjInfo.type is vboxcon.FsObjType_Symlink:
842 700, [ vboxcon.DirectoryCreateFlag_Parents ]);
905 if oFsObjInfo.type is vboxcon.FsObjType_Directory:
914 elif oFsObjInfo.type is vboxcon
[all...]
/vbox/src/VBox/ValidationKit/tests/network/
H A DtdNetBenchmark1.py48 from testdriver import vboxcon; namespace
320 eNic0Type = vboxcon.NetworkAdapterType_I82545EM, \
321 eNic0AttachType = vboxcon.NetworkAttachmentType_Bridged, \
330 eNic0AttachType = vboxcon.NetworkAttachmentType_Bridged;
332 eNic0AttachType = vboxcon.NetworkAttachmentType_NAT;
538 eNicType = vboxcon.NetworkAdapterType_I82545EM;
540 eNicType = vboxcon.NetworkAdapterType_Am79C973;
542 eNicType = vboxcon.NetworkAdapterType_Virtio;
/vbox/src/VBox/ValidationKit/tests/shutdown/
H A DtdGuestOsShutdown1.py48 from testdriver import vboxcon namespace
175 eNic0AttachType = vboxcon.NetworkAttachmentType_NAT
/vbox/src/VBox/ValidationKit/tests/storage/
H A DtdStorageSnapshotMerging1.py48 from testdriver import vboxcon; namespace
52 if eControllerType == vboxcon.StorageControllerType_PIIX3 or eControllerType == vboxcon.StorageControllerType_PIIX4:
54 elif eControllerType == vboxcon.StorageControllerType_IntelAhci:
56 elif eControllerType == vboxcon.StorageControllerType_LsiLogicSas:
58 elif eControllerType == vboxcon.StorageControllerType_LsiLogic or eControllerType == vboxcon.StorageControllerType_BusLogic:
168 eNic0AttachType = vboxcon.NetworkAttachmentType_NAT, \
169 eNic0Type = vboxcon.NetworkAdapterType_Am79C973);
176 eNic0AttachType = vboxcon
[all...]
H A DtdStorageStress1.py46 from testdriver import vboxcon; namespace
50 if eControllerType == vboxcon.StorageControllerType_PIIX3 or eControllerType == vboxcon.StorageControllerType_PIIX4:
52 elif eControllerType == vboxcon.StorageControllerType_IntelAhci:
54 elif eControllerType == vboxcon.StorageControllerType_LsiLogicSas:
56 elif eControllerType == vboxcon.StorageControllerType_LsiLogic or eControllerType == vboxcon.StorageControllerType_BusLogic:
248 eNic0AttachType = vboxcon.NetworkAttachmentType_NAT, \
249 eNic0Type = vboxcon.NetworkAdapterType_Am79C973, \
357 oHd = oSession.oVBox.createMedium(sDiskFormat, sDiskPath1, vboxcon
[all...]
H A DtdStorageBenchmark1.py49 from testdriver import vboxcon; namespace
53 if eControllerType == vboxcon.StorageControllerType_PIIX3 or eControllerType == vboxcon.StorageControllerType_PIIX4:
55 elif eControllerType == vboxcon.StorageControllerType_IntelAhci:
57 elif eControllerType == vboxcon.StorageControllerType_LsiLogicSas:
59 elif eControllerType == vboxcon.StorageControllerType_LsiLogic or eControllerType == vboxcon.StorageControllerType_BusLogic:
384 eNic0AttachType = vboxcon.NetworkAttachmentType_NAT, \
385 eNic0Type = vboxcon.NetworkAdapterType_Am79C973);
484 oHd = oSession.oVBox.createMedium(sDiskFormat, sDiskPath, vboxcon
[all...]
/vbox/src/VBox/ValidationKit/tests/usb/
H A DtdUsb1.py48 from testdriver import vboxcon; namespace
230 eNic0AttachType = vboxcon.NetworkAttachmentType_NAT, \
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvboxtestvms.py39 from testdriver import vboxcon; namespace
321 g_ksParavirtProviderNone : vboxcon.ParavirtProvider_None,
322 g_ksParavirtProviderDefault: vboxcon.ParavirtProvider_Default,
323 g_ksParavirtProviderLegacy : vboxcon.ParavirtProvider_Legacy,
324 g_ksParavirtProviderMinimal: vboxcon.ParavirtProvider_Minimal,
325 g_ksParavirtProviderHyperV : vboxcon.ParavirtProvider_HyperV,
326 g_ksParavirtProviderKVM : vboxcon.ParavirtProvider_KVM,
640 eMyNic0AttachType = vboxcon.NetworkAttachmentType_NAT;
642 eMyNic0AttachType = vboxcon.NetworkAttachmentType_Bridged;
H A Dvboxwrappers.py44 from testdriver import vboxcon; namespace
52 iType = vboxcon.StorageBus_IDE;
54 iType = vboxcon.StorageBus_SATA;
56 iType = vboxcon.StorageBus_Floppy;
58 iType = vboxcon.StorageBus_SAS;
60 iType = vboxcon.StorageBus_SCSI;
62 iType = vboxcon.StorageBus_Null;
67 if eState == vboxcon.MachineState_PoweredOff: return 'PoweredOff';
68 if eState == vboxcon.MachineState_Saved: return 'Saved';
69 if eState == vboxcon
[all...]
H A Dvbox.py53 from testdriver import vboxcon; namespace
551 oEventSrc.registerListener(oListener, [vboxcon.VBoxEventType_Any], not fPassive);
641 if eType == vboxcon.VBoxEventType_OnRuntimeError:
648 if eType != vboxcon.VBoxEventType_OnMousePointerShapeChanged:
705 if eType == vboxcon.VBoxEventType_OnMachineStateChanged:
711 elif eType == vboxcon.VBoxEventType_OnGuestPropertyChanged:
1271 vboxcon.goHackModuleClass.oVBoxMgr = self.oVBoxMgr; # VBoxConstantWrappingHack.
1272 vboxcon.fpApiVer = self.fpApiVer
1789 reporter.log(" HwVirtEx: %s" % (oVM.getHWVirtExProperty(vboxcon.HWVirtExPropertyType_Enabled)));
1790 reporter.log(" VPID support: %s" % (oVM.getHWVirtExProperty(vboxcon
[all...]
/vbox/src/VBox/ValidationKit/tests/autostart/
H A DtdAutostart1.py48 from testdriver import vboxcon; namespace
546 fIoApic = True, eNic0AttachType = vboxcon.NetworkAttachmentType_NAT, \
547 eNic0Type = vboxcon.NetworkAdapterType_Am79C973);
554 fIoApic = True, eNic0AttachType = vboxcon.NetworkAttachmentType_NAT, \

Completed in 100 milliseconds