Home
last modified time | relevance | path

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

/external/autotest/scheduler/
Dagent_task.py247 def _get_consistent_execution_path(self, execution_entries): argument
248 first_execution_path = execution_entries[0].execution_path()
249 for execution_entry in execution_entries[1:]:
254 execution_entries[0]))
258 def _copy_results(self, execution_entries, use_monitor=None): argument
265 assert len(execution_entries) > 0
270 execution_path = self._get_consistent_execution_path(execution_entries)