Searched defs:FakeHost (Results 1 - 10 of 10) sorted by relevance

/external/autotest/client/cros/netprotos/
H A Dfake_host.py6 class FakeHost(object): class in inherits:object
/external/autotest/server/cros/dynamic_suite/
H A Dfakes.py43 class FakeHost(object): class in inherits:object
H A Dtools_unittest.py13 from autotest_lib.server.cros.dynamic_suite.fakes import FakeHost namespace
65 host = FakeHost(locked=True, locked_by='some guy')
75 host = FakeHost(locked=True, locked_by=infra_user)
H A Dhost_spec_unittest.py15 from autotest_lib.server.cros.dynamic_suite.fakes import FakeHost namespace
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('h
[all...]
H A Djob_status_unittest.py23 from autotest_lib.server.cros.dynamic_suite.fakes import FakeHost, FakeJob namespace
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]
/external/chromium-trace/catapult/third_party/typ/typ/fakes/tests/
H A Dhost_fake_test.py18 from typ.fakes.host_fake import FakeHost, FakeResponse namespace
29 return FakeHost()
32 # TODO: FakeHost uses the real sys.path, and then gets
/external/autotest/server/cros/
H A Dhost_lock_manager_unittest.py29 class FakeHost(object): class in class: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/
H A D__init__.py60 from typ.fakes.host_fake import FakeHost namespace
74 'FakeHost',
/external/autotest/scheduler/
H A Drdb_testing_utils.py43 class FakeHost(rdb_hosts.RDBHost): class in inherits:rdb_hosts.RDBHost
50 super(FakeHost, self).__init__(**kwargs)
/external/chromium-trace/catapult/third_party/typ/typ/fakes/
H A Dhost_fake.py30 class FakeHost(object): class in inherits:object

Completed in 209 milliseconds