OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FakeHost
(Results
1 - 13
of
13
) sorted by null
/external/autotest/server/cros/dynamic_suite/
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')
[
all
...]
tools_unittest.py
13
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)
job_status_unittest.py
23
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]
fakes.py
43
class
FakeHost
(object):
/external/autotest/client/cros/netprotos/
fake_host.py
6
class
FakeHost
(object):
zeroconf_unittest.py
22
self._host = fake_host.
FakeHost
(FAKE_IPADDR)
/external/chromium-trace/catapult/third_party/typ/typ/
__init__.py
60
from typ.fakes.host_fake import
FakeHost
74
'
FakeHost
',
/external/chromium-trace/catapult/third_party/typ/typ/fakes/tests/
host_fake_test.py
18
from typ.fakes.host_fake import
FakeHost
, FakeResponse
29
return
FakeHost
()
32
# TODO:
FakeHost
uses the real sys.path, and then gets
/external/autotest/server/cros/
host_lock_manager_unittest.py
29
class
FakeHost
(object):
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/
rdb_unittest.py
52
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))
rdb_cache_unittests.py
262
host = test_utils.
FakeHost
(
277
different_host = test_utils.
FakeHost
(
286
different_host = test_utils.
FakeHost
(
rdb_testing_utils.py
43
class
FakeHost
(rdb_hosts.RDBHost):
50
super(
FakeHost
, self).__init__(**kwargs)
/external/chromium-trace/catapult/third_party/typ/typ/fakes/
host_fake.py
30
class
FakeHost
(object):
Completed in 608 milliseconds