Searched refs:task_type (Results 1 – 2 of 2) sorted by relevance
/external/autotest/contrib/ |
D | compare_suite.py | 225 def get_time_per_task_type(self, task_type): argument 231 if task.task.task == task_type] 247 def get_time_per_task_type_from_db(self, task_type): argument 253 if task.task.task == task_type] 309 print '%% on %s %s%s' % (task_type, delimiter, percent_string) 313 print ' %s min (seconds)%s%s' % (task_type, delimiter, min_string) 317 print ' %s max (seconds)%s%s' % (task_type, delimiter, max_string) 320 print ' %s average (seconds)%s%s' % (task_type, delimiter, ave_string) 408 for task_type in all_task_types: 410 time_data = [suite_job.get_time_per_task_type(task_type) [all …]
|
/external/autotest/scheduler/ |
D | scheduler_models_unittest.py | 348 for task, (task_type, queue_entry_id) in zip(tasks, task_types): 349 self.assertEquals(task.task, task_type)
|