Searched refs:TestDriver (Results 1 - 21 of 21) sorted by relevance

/vbox/src/VBox/ValidationKit/
H A Dtd-dummy.py33 class DummyTestDriver(testdriver.vbox.TestDriver):
39 testdriver.vbox.TestDriver.__init__(self);
/vbox/src/VBox/ValidationKit/tests/smoketests/
H A DtdSmokeTest1.py50 class tdSmokeTest1(vbox.TestDriver):
56 vbox.TestDriver.__init__(self);
67 rc = vbox.TestDriver.showUsage(self);
105 return vbox.TestDriver.parseOption(self, asArgs, iArg);
114 return vbox.TestDriver.actionVerify(self);
/vbox/src/VBox/ValidationKit/tests/benchmarks/
H A DtdBenchmark1.py49 class tdBenchmark1(vbox.TestDriver):
55 vbox.TestDriver.__init__(self);
/vbox/src/VBox/ValidationKit/tests/installation/
H A DtdGuestOsInstOs2.py51 class tdGuestOsInstOs2(vbox.TestDriver):
79 vbox.TestDriver.__init__(self)
101 rc = vbox.TestDriver.showUsage(self)
135 return vbox.TestDriver.parseOption(self, asArgs, iArg)
212 return vbox.TestDriver.actionConfig(self)
H A DtdGuestOsInstTest1.py222 class tdGuestOsInstTest1(vbox.TestDriver):
239 vbox.TestDriver.__init__(self)
296 rc = vbox.TestDriver.showUsage(self)
366 return vbox.TestDriver.parseOption(self, asArgs, iArg)
/vbox/src/VBox/ValidationKit/tests/api/
H A DtdTreeDepth1.py49 class tdTreeDepth1(vbox.TestDriver):
55 vbox.TestDriver.__init__(self)
H A DtdPython1.py52 class tdPython1(vbox.TestDriver):
58 vbox.TestDriver.__init__(self);
/vbox/src/VBox/ValidationKit/tests/additions/
H A DtdAddBasic1.py54 class tdAddBasic1(vbox.TestDriver): # pylint: disable=R0902
63 vbox.TestDriver.__init__(self);
74 rc = vbox.TestDriver.showUsage(self);
98 return vbox.TestDriver.parseOption(self, asArgs, iArg);
H A DtdAddGuestCtrl.py3158 class tdAddGuestCtrl(vbox.TestDriver): # pylint: disable=R0902,R0904
3164 vbox.TestDriver.__init__(self);
3176 rc = vbox.TestDriver.showUsage(self);
3192 return vbox.TestDriver.parseOption(self, asArgs, iArg);
/vbox/src/VBox/ValidationKit/tests/cpu/
H A DtdCpuPae1.py77 class tdCpuPae1(vbox.TestDriver):
83 vbox.TestDriver.__init__(self);
96 rc = vbox.TestDriver.showUsage(self);
129 return vbox.TestDriver.parseOption(self, asArgs, iArg);
/vbox/src/VBox/ValidationKit/tests/shutdown/
H A DtdGuestOsShutdown1.py51 class tdGuestOsBootTest1(vbox.TestDriver):
80 vbox.TestDriver.__init__(self)
108 rc = vbox.TestDriver.showUsage(self)
156 return vbox.TestDriver.parseOption(self, asArgs, iArg)
236 return vbox.TestDriver.actionConfig(self)
/vbox/src/VBox/ValidationKit/tests/storage/
H A DtdStorageSnapshotMerging1.py64 class tdStorageSnapshot(vbox.TestDriver): # pylint: disable=R0902
70 vbox.TestDriver.__init__(self);
88 rc = vbox.TestDriver.showUsage(self);
129 return vbox.TestDriver.parseOption(self, asArgs, iArg);
138 return vbox.TestDriver.completeOptions(self);
H A DtdStorageBenchmark1.py234 class tdStorageBenchmark(vbox.TestDriver): # pylint: disable=R0902
240 vbox.TestDriver.__init__(self);
270 rc = vbox.TestDriver.showUsage(self);
351 return vbox.TestDriver.parseOption(self, asArgs, iArg);
360 return vbox.TestDriver.completeOptions(self);
H A DtdStorageStress1.py62 class tdStorageStress(vbox.TestDriver): # pylint: disable=R0902
68 vbox.TestDriver.__init__(self);
100 rc = vbox.TestDriver.showUsage(self);
188 return vbox.TestDriver.parseOption(self, asArgs, iArg);
197 return vbox.TestDriver.completeOptions(self);
/vbox/src/VBox/ValidationKit/tests/usb/
H A DtdUsb1.py53 class tdUsbBenchmark(vbox.TestDriver): # pylint: disable=R0902
83 vbox.TestDriver.__init__(self);
105 rc = vbox.TestDriver.showUsage(self);
172 return vbox.TestDriver.parseOption(self, asArgs, iArg);
181 return vbox.TestDriver.completeOptions(self);
/vbox/src/VBox/ValidationKit/tests/autostart/
H A DtdAutostart1.py454 class tdAutostart(vbox.TestDriver): # pylint: disable=R0902
466 vbox.TestDriver.__init__(self);
477 rc = vbox.TestDriver.showUsage(self);
511 return vbox.TestDriver.parseOption(self, asArgs, iArg);
520 return vbox.TestDriver.completeOptions(self);
/vbox/src/VBox/ValidationKit/tests/network/
H A DtdNetBenchmark1.py51 class tdNetBenchmark1(vbox.TestDriver): # pylint: disable=R0902
57 vbox.TestDriver.__init__(self);
97 rc = vbox.TestDriver.showUsage(self);
237 return vbox.TestDriver.parseOption(self, asArgs, iArg);
258 return vbox.TestDriver.completeOptions(self);
/vbox/src/VBox/ValidationKit/tests/teleportation/
H A DtdTeleportLocal1.py49 class tdTeleportLocal1(vbox.TestDriver):
55 vbox.TestDriver.__init__(self);
73 rc = vbox.TestDriver.showUsage(self);
152 return vbox.TestDriver.parseOption(self, asArgs, iArg);
170 return vbox.TestDriver.completeOptions(self);
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvbox.py735 class TestDriver(base.TestDriver): # pylint: disable=R0902 class in inherits:base.TestDriver
741 base.TestDriver.__init__(self);
791 base.TestDriver.dump(self);
1448 rc = base.TestDriver.showUsage(self);
1605 return base.TestDriver.parseOption(self, asArgs, iArg);
1609 return base.TestDriver.completeOptions(self);
1614 return base.TestDriver.getResourceSet(self);
1617 return base.TestDriver.actionExtract(self);
1620 return base.TestDriver
[all...]
H A Dbase.py1695 TestDriver = TestDriverBase; # pylint: disable=C0103 variable
/vbox/src/VBox/ValidationKit/tests/unittests/
H A DtdUnitTest1.py53 class tdUnitTest1(vbox.TestDriver):
277 vbox.TestDriver.__init__(self)

Completed in 2211 milliseconds