Home
last modified time | relevance | path

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

/external/autotest/scheduler/
Dagent_task.py301 def _paired_with_monitor(self): member in BaseAgentTask
336 if not self._paired_with_monitor().has_process():
341 'pidfile_id': str(self._paired_with_monitor().pidfile_id)}
364 paired_with_pidfile=self._paired_with_monitor().pidfile_id,
471 paired_pidfile_id = self._paired_with_monitor().pidfile_id
Dpostjob_task.py54 def _paired_with_monitor(self): member in PostJobTask
382 if not self.success and self._paired_with_monitor().has_process():
385 paired_process = self._paired_with_monitor().get_process()