Searched refs:CreateFromConfigSection (Results 1 – 4 of 4) sorted by relevance
/external/autotest/site_utils/suite_scheduler/ |
D | task_unittest.py | 75 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 …]
|
D | driver_unittest.py | 79 task.Task.CreateFromConfigSection( 83 task.Task.CreateFromConfigSection( 166 task.Task.CreateFromConfigSection(
|
D | driver.py | 142 keyword, new_task = task.Task.CreateFromConfigSection(
|
D | task.py | 148 def CreateFromConfigSection(config, section, board_lists={}): member in Task
|