Home
last modified time | relevance | path

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

/external/autotest/scheduler/
Dagent_task.py252 def _get_consistent_execution_path(self, execution_entries): argument
253 first_execution_path = execution_entries[0].execution_path()
254 for execution_entry in execution_entries[1:]:
259 execution_entries[0]))
263 def _copy_results(self, execution_entries, use_monitor=None): argument
270 assert len(execution_entries) > 0
275 execution_path = self._get_consistent_execution_path(execution_entries)