Home
last modified time | relevance | path

Searched refs:CreateFromConfigSection (Results 1 – 4 of 4) sorted by relevance

/external/autotest/site_utils/suite_scheduler/
Dtask_unittest.py75 keyword, new_task = task.Task.CreateFromConfigSection(self.config,
90 keyword, new_task = task.Task.CreateFromConfigSection(
99 keyword, new_task = task.Task.CreateFromConfigSection(
112 keyword, new_task = task.Task.CreateFromConfigSection(
125 keyword, new_task = task.Task.CreateFromConfigSection(
136 keyword, new_task = task.Task.CreateFromConfigSection(
149 keyword, new_task = task.Task.CreateFromConfigSection(self.config,
170 keyword, new_task = task.Task.CreateFromConfigSection(self.config,
188 keyword, new_task = task.Task.CreateFromConfigSection(self.config,
202 keyword, new_task = task.Task.CreateFromConfigSection(self.config,
[all …]
Ddriver_unittest.py79 task.Task.CreateFromConfigSection(
83 task.Task.CreateFromConfigSection(
166 task.Task.CreateFromConfigSection(
Ddriver.py142 keyword, new_task = task.Task.CreateFromConfigSection(
Dtask.py148 def CreateFromConfigSection(config, section, board_lists={}): member in Task