HomeSort by relevance Sort by last modified time
    Searched refs:CreateFromConfigSection (Results 1 - 4 of 4) sorted by null

  /external/autotest/site_utils/suite_scheduler/
task_unittest.py 51 """Unit tests for Task.CreateFromConfigSection().
73 keyword, new_task = task.Task.CreateFromConfigSection(self.config,
90 keyword, new_task = task.Task.CreateFromConfigSection(self.config,
111 keyword, new_task = task.Task.CreateFromConfigSection(self.config,
129 keyword, new_task = task.Task.CreateFromConfigSection(self.config,
143 keyword, new_task = task.Task.CreateFromConfigSection(self.config,
157 keyword, new_task = task.Task.CreateFromConfigSection(self.config,
171 task.Task.CreateFromConfigSection,
180 task.Task.CreateFromConfigSection,
188 task.Task.CreateFromConfigSection,
    [all...]
driver_unittest.py 70 self.mox.StubOutWithMock(task.Task, 'CreateFromConfigSection')
71 task.Task.CreateFromConfigSection(
74 task.Task.CreateFromConfigSection(
146 self.mox.StubOutWithMock(task.Task, 'CreateFromConfigSection')
147 task.Task.CreateFromConfigSection(
driver.py 109 keyword, new_task = task.Task.CreateFromConfigSection(
task.py 135 def CreateFromConfigSection(config, section):

Completed in 69 milliseconds