Home
last modified time | relevance | path

Searched refs:FakeHost (Results 1 – 9 of 9) 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
102 host = FakeHost(locked=True, locked_by='some guy')
112 host = FakeHost(locked=True, locked_by=infra_user)
Dfakes.py46 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/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/autotest/client/cros/netprotos/
Dfake_host.py6 class FakeHost(object): class
Dzeroconf_unittest.py22 self._host = fake_host.FakeHost(FAKE_IPADDR)