Searched refs:TestBoxTestDriverTask (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/ValidationKit/testboxscript/ |
H A D | testboxcommand.py | 43 from testboxtasks import TestBoxExecTask, TestBoxCleanupTask, TestBoxTestDriverTask; namespace 346 if oCurTask is not None and isinstance(oCurTask, TestBoxTestDriverTask):
|
H A D | testboxtasks.py | 129 class TestBoxTestDriverTask(TestBoxBaseTask): class in inherits:TestBoxBaseTask 602 class TestBoxCleanupTask(TestBoxTestDriverTask): 632 TestBoxTestDriverTask.__init__(self, oTestBoxScript, self._threadProc, self.kcSecCleanupTimeout, 756 class TestBoxExecTask(TestBoxTestDriverTask): 772 TestBoxTestDriverTask.__init__(self, oTestBoxScript, self._threadProc, cSecTimeout, idResult, sScriptCmdLine);
|
Completed in 326 milliseconds