HomeSort by relevance Sort by last modified time
    Searched refs:execution_path (Results 1 - 9 of 9) sorted by null

  /external/autotest/scheduler/
agent_task.py 248 first_execution_path = execution_entries[0].execution_path()
250 assert execution_entry.execution_path() == first_execution_path, (
251 '%s (%s) != %s (%s)' % (execution_entry.execution_path(),
260 @param execution_entries: list of objects with execution_path() method
270 execution_path = self._get_consistent_execution_path(execution_entries)
271 results_path = execution_path + '/'
635 return self.task.execution_path()
683 destination_path=self.queue_entry.execution_path() + '/')
686 self.queue_entry.execution_path(),
pidfile_monitor.py 69 def attach_to_existing_process(self, execution_path,
74 execution_path, pidfile_name=pidfile_name)
prejob_task.py 73 log_name = os.path.basename(self.task.execution_path())
74 source = os.path.join(self.task.execution_path(), 'debug',
77 self.queue_entry.execution_path(), log_name)
monitor_db.py     [all...]
scheduler_models.py 672 self.execution_path(), pidfile_name=pidfile_name)
906 def execution_path(self): member in class:HostQueueEntry
    [all...]
monitor_db_functional_test.py 564 queue_entry.execution_path(), pidfile_name)
    [all...]
  /external/autotest/frontend/afe/
models_test.py 88 self.assertEquals(task.execution_path(), 'hosts/host1/1-verify')
144 self.assertEquals(entry.execution_path(), '1-autotest_system/subdir')
models.py 1820 def execution_path(self): member in class:HostQueueEntry
2048 def execution_path(self): member in class:SpecialTask
    [all...]
rpc_utils.py 700 execution_path=exec_path,
    [all...]

Completed in 143 milliseconds