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

  /external/autotest/scheduler/
pidfile_monitor.py 64 log_file=None, pidfile_name=None, paired_with_pidfile=None,
71 command, working_directory, pidfile_name=pidfile_name,
78 pidfile_name=drone_manager.AUTOSERV_PID_FILE,
82 execution_path, pidfile_name=pidfile_name)
monitor_db_functional_test.py 73 def __init__(self, working_directory, pidfile_name, num_processes=None):
75 self._pidfile_name = pidfile_name
105 # maps (working_directory, pidfile_name) to pidfile IDs
124 def finish_specific_process(self, working_directory, pidfile_name):
125 pidfile_id = self.pidfile_from_path(working_directory, pidfile_name)
160 def pidfile_from_path(self, working_directory, pidfile_name):
161 return self._pidfile_index[(working_directory, pidfile_name)]
224 def _set_last_pidfile(self, pidfile_id, working_directory, pidfile_name):
230 pidfile_type = _PIDFILE_TO_PIDFILE_TYPE[pidfile_name]
234 def execute_command(self, command, working_directory, pidfile_name,
    [all...]
drone_manager_unittest.py 276 pidfile_name = 'my_pidfile'
282 pidfile_name=pidfile_name,
289 os.path.join(full_working_directory, pidfile_name))
293 os.path.join(self._DRONE_RESULTS_DIR, log_file), pidfile_name))
304 pidfile_name='mypidfile',
drone_manager.py 693 def execute_command(self, command, working_directory, pidfile_name,
703 @param pidfile_name: name of the pidfile this process will write
745 log_file, pidfile_name)
749 pidfile_path = os.path.join(abs_working_directory, pidfile_name)
756 def get_pidfile_id_from(self, execution_tag, pidfile_name):
757 path = os.path.join(self.absolute_path(execution_tag), pidfile_name)
    [all...]
agent_task.py 364 pidfile_name=self._pidfile_name(),
483 self._working_directory(), pidfile_name=self._pidfile_name(),
722 pidfile_name=drone_manager.AUTOSERV_PID_FILE)
drone_utility.py 318 pidfile_name):
338 pidfile_path = os.path.join(working_directory, pidfile_name)
scheduler_models.py 671 for pidfile_name in drone_manager.ALL_PIDFILE_NAMES:
673 self.execution_path(), pidfile_name=pidfile_name)
    [all...]
monitor_db_unittest.py 539 pidfile_name=drone_manager.AUTOSERV_PID_FILE)
    [all...]

Completed in 736 milliseconds