Searched refs:TestVm (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/ValidationKit/testdriver/
H A Dvboxtestvms.py164 class TestVm(object): class in inherits:object
402 class BootSectorTestVm(TestVm):
411 TestVm.__init__(self, oSet, sVmName,
447 Returns the TestVm object with the given name.
815 oTestVm = TestVm(oSet, 'tst-nt4sp1', sHd = '4.2/' + sTxsTransport + '/nt4sp1/t-nt4sp1.vdi',
819 oTestVm = TestVm(oSet, 'tst-xppro', sHd = '4.2/' + sTxsTransport + '/xppro/t-xppro.vdi',
823 oTestVm = TestVm(oSet, 'tst-nt4sp6', sHd = '4.2/nt4sp6/t-nt4sp6.vdi',
827 oTestVm = TestVm(oSet, 'tst-2ksp4', sHd = '4.2/win2ksp4/t-win2ksp4.vdi',
831 oTestVm = TestVm(oSet, 'tst-xpsp2', sHd = '4.2/xpsp2/t-winxpsp2.vdi',
835 oTestVm = TestVm(oSe
[all...]
/vbox/src/VBox/ValidationKit/tests/installation/
H A DtdGuestOsInstTest1.py52 class InstallTestVm(vboxtestvms.TestVm):
78 vboxtestvms.TestVm.__init__(self, oSet, sVmName, sKind = sKind, sHddControllerType = sHdCtrlNm,
117 (fRc, oVM) = vboxtestvms.TestVm.getReconfiguredVm(self, oTestDrv, cCpus, sVirtMode, sParavirtMode);

Completed in 2172 milliseconds