Searched refs:get_pidfile_contents (Results 1 – 5 of 5) sorted by relevance
107 contents = self._drone_manager.get_pidfile_contents(
219 state = self._manager.get_pidfile_contents(pidfile_id)
349 pidfile_contents = self.get_pidfile_contents(pidfile_id)814 def get_pidfile_contents(self, pidfile_id, use_second_read=False): member in DroneManager
546 self.mock_drone_manager.get_pidfile_contents.expect_call(612 self.mock_drone_manager.get_pidfile_contents.expect_call(
253 def get_pidfile_contents(self, pidfile_id, use_second_read=False): member in MockDroneManager