Searched refs:expected_pid (Results 1 – 1 of 1) sorted by relevance
/external/autotest/scheduler/ |
D | monitor_db_unittest.py | 615 def _check_monitor(self, expected_pid, expected_exit_status, argument 617 if expected_pid is None: 620 self.assertEquals(self.monitor._state.process.pid, expected_pid) 629 def _test_read_pidfile_helper(self, expected_pid, expected_exit_status, argument 632 self._check_monitor(expected_pid, expected_exit_status, 672 def _test_get_pidfile_info_helper(self, expected_pid, expected_exit_status, argument 675 self._check_monitor(expected_pid, expected_exit_status,
|