Searched refs:FakeHost (Results 1 – 7 of 7) sorted by relevance
/external/autotest/server/cros/dynamic_suite/ |
D | host_spec_unittest.py | 15 from autotest_lib.server.cros.dynamic_suite.fakes import FakeHost 64 host_list = [FakeHost('h1'), FakeHost('h2'), FakeHost('h3')] 74 host_list = [FakeHost('h1'), FakeHost('h2'), FakeHost('h3')] 93 host_list = [FakeHost('h1'), FakeHost('h2'), FakeHost('h3')] 111 host_list = [FakeHost('h1'), FakeHost('h2'), FakeHost('h3')] 134 group.add_host_for_spec(satisfiable_spec, FakeHost('h1')) 143 group.add_host_for_spec(satisfiable_spec, FakeHost('h1')) 149 group.add_host_for_spec(satisfiable_spec, FakeHost('h1')) 161 group.add_host_for_spec(specs[1], FakeHost('h1')) 162 group.add_host_for_spec(specs[2], FakeHost('h2'))
|
D | tools_unittest.py | 19 from autotest_lib.server.cros.dynamic_suite.fakes import FakeHost 108 host = FakeHost(locked=True, locked_by='some guy') 118 host = FakeHost(locked=True, locked_by=infra_user)
|
D | fakes.py | 52 class FakeHost(object): class
|
/external/perfetto/src/ipc/ |
D | client_impl_unittest.cc | 83 class FakeHost : public base::UnixSocket::EventListener { class 106 explicit FakeHost(base::TaskRunner* task_runner) { in FakeHost() function in perfetto::ipc::__anon2c0b15d50111::FakeHost 113 ~FakeHost() override { kTestSocket.Destroy(); } in ~FakeHost() 206 host_.reset(new FakeHost(task_runner_.get())); in SetUp() 220 std::unique_ptr<FakeHost> host_;
|
/external/autotest/client/cros/netprotos/ |
D | fake_host.py | 6 class FakeHost(object): class
|
D | zeroconf_unittest.py | 22 self._host = fake_host.FakeHost(FAKE_IPADDR)
|
/external/autotest/server/site_tests/tast/ |
D | tast_unittest.py | 73 self._host = FakeHost(self.HOST, self.PORT) 780 class FakeHost: class
|