OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:infrastructure_user
(Results
1 - 2
of
2
) sorted by null
/external/autotest/server/cros/dynamic_suite/
tools.py
38
def
infrastructure_user
():
function
39
"""Returns
infrastructure_user
from global_config."""
40
return _CONFIG.get_config_value('CROS', '
infrastructure_user
', type=str)
183
[CROS] section in the '
infrastructure_user
' field.
189
return (host.locked and host.locked_by !=
infrastructure_user
())
tools_unittest.py
72
self.mox.StubOutWithMock(tools, '
infrastructure_user
')
73
tools.
infrastructure_user
().AndReturn(infra_user)
Completed in 151 milliseconds