OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EmptyAFEHost
(Results
1 - 6
of
6
) sorted by null
/external/autotest/server/hosts/
cros_label_unittest.py
73
class MockAFEHost(utils.
EmptyAFEHost
):
98
self._afe_host = utils.
EmptyAFEHost
()
base_label_unittest.py
57
class MockAFEHost(utils.
EmptyAFEHost
):
abstract_ssh.py
87
self._afe_host = afe_host or utils.
EmptyAFEHost
()
[
all
...]
/external/autotest/site_utils/deployment/prepare/
dut.py
69
'afe_host': server_utils.
EmptyAFEHost
(),
/external/autotest/server/
site_utils.py
91
class
EmptyAFEHost
(object):
711
return (machine,
EmptyAFEHost
())
[
all
...]
server_job.py
120
afe_host = server_utils.
EmptyAFEHost
()
131
afe_host = server_utils.
EmptyAFEHost
()
[
all
...]
Completed in 300 milliseconds