Home
last modified time | relevance | path

Searched refs:FakeHost (Results 1 – 13 of 13) sorted by relevance

/external/autotest/server/cros/dynamic_suite/
Dhost_spec_unittest.py15 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'))
Dtools_unittest.py13 from autotest_lib.server.cros.dynamic_suite.fakes import FakeHost
65 host = FakeHost(locked=True, locked_by='some guy')
75 host = FakeHost(locked=True, locked_by=infra_user)
Djob_status_unittest.py23 from autotest_lib.server.cros.dynamic_suite.fakes import FakeHost, FakeJob
202 expected_hosts = [FakeHost(h) for h in expected_hostnames]
243 expected_hosts = [FakeHost(h) for h in expected_hostnames]
261 expected_hosts = [FakeHost(h) for h in expected_hostnames]
279 expected_hosts = [FakeHost(h) for h in expected_hostnames]
330 expected_hosts = [FakeHost(h) for h in expected_hostnames]
369 expected_hosts = [FakeHost(h) for h in expected_hostnames]
Dfakes.py43 class FakeHost(object): class
/external/autotest/server/cros/
Dhost_lock_manager_unittest.py29 class FakeHost(object): class in HostLockManagerTest
88 host_info = [self.FakeHost(locked=True)]
97 host_info = [self.FakeHost()]
106 host_info = [self.FakeHost()]
116 host_info = [self.FakeHost(locked=True)]
/external/chromium-trace/catapult/third_party/typ/typ/fakes/tests/
Dhost_fake_test.py18 from typ.fakes.host_fake import FakeHost, FakeResponse
29 return FakeHost()
/external/autotest/scheduler/
Drdb_unittest.py52 response.append(rdb_testing_utils.FakeHost(hostname='host', host_id=1))
70 response = [rdb_testing_utils.FakeHost(hostname='host', host_id=1)]
105 rdb_testing_utils.FakeHost('host%s'%host_id, host_id))
Drdb_cache_unittests.py262 host = test_utils.FakeHost(
277 different_host = test_utils.FakeHost(
286 different_host = test_utils.FakeHost(
Drdb_testing_utils.py43 class FakeHost(rdb_hosts.RDBHost): class
50 super(FakeHost, self).__init__(**kwargs)
/external/chromium-trace/catapult/third_party/typ/typ/
D__init__.py60 from typ.fakes.host_fake import FakeHost
/external/autotest/client/cros/netprotos/
Dfake_host.py6 class FakeHost(object): class
Dzeroconf_unittest.py22 self._host = fake_host.FakeHost(FAKE_IPADDR)
/external/chromium-trace/catapult/third_party/typ/typ/fakes/
Dhost_fake.py30 class FakeHost(object): class