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

  /external/autotest/scheduler/
drones_unittest.py 20 self._mock_host = self.god.create_mock_class(ssh_host.SSHHost,
32 self._mock_host)
33 self._mock_host.is_up.expect_call().and_return(False)
42 self._mock_host)
43 self._mock_host.is_up.expect_call().and_return(True)
46 self._mock_host.run.expect_call(
60 self._mock_host)
61 self._mock_host.is_up.expect_call().and_return(True)
68 self._mock_host.run.expect_call(
drone_task_queue_unittest.py 33 self._mock_host)
34 self._mock_host.is_up.expect_call().and_return(True)
40 self._mock_host = self.god.create_mock_class(ssh_host.SSHHost,
77 self._mock_host.run.expect_call(
92 self._mock_host.run.expect_call(
thread_lib_unittest.py 34 self._mock_host)
35 self._mock_host.is_up.expect_call().and_return(True)
41 self._mock_host = self.god.create_mock_class(ssh_host.SSHHost,
65 self._mock_host.run.expect_call(
201 self._mock_host.run.expect_call(
219 self._mock_host.run.expect_call(
  /external/autotest/cli/
host_unittest.py 1546 def _mock_host(self, platform=None, labels=[]): member in class:host_create_unittest
    [all...]

Completed in 84 milliseconds