OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:servod
(Results
1 - 5
of
5
) sorted by null
/external/autotest/server/site_tests/infra_ServoDiagnosis/
infra_ServoDiagnosis.py
56
def run_diagnostic(self, servo_host,
servod
):
64
@param
servod
A Servo object to be the target of the
71
return self._get_result(servo_host,
servod
)
76
def _ssh_test(servo_host,
servod
):
86
@param
servod
Ignored.
92
def _servod_connect(servo_host,
servod
):
93
"""Test whether connection to
servod
succeeds.
95
This tests the connection to the target
servod
with a simple
109
# will time out if
servod
doesn't respond.
110
servod
.initialize_dut(
[
all
...]
/external/autotest/server/hosts/
servo_host.py
89
# Delay after rebooting for
servod
to become fully functional.
91
#
Servod
process name.
92
SERVOD_PROCESS = '
servod
'
106
@param servo_host: Name of the host where the
servod
process
108
@param servo_port: Port the
servod
process is listening on.
165
"""Return a proxy that can be used to communicate with
servod
server.
167
@returns: An xmlrpclib.ServerProxy that is connected to the
servod
179
Wait for
servod
process to go up. Called by base class when
315
"""A sanity check of the
servod
state."""
316
msg_prefix = '
Servod
error: %s
[
all
...]
/external/autotest/contrib/
servo-stat
51
CONFIG=/var/lib/
servod
/config
81
STATUS=("${STATUS[@]}" "not running
servod
")
111
STATUS=("
servod
not configured")
114
JOB=$(remote $SERVO status
servod
| sed 's/,.*//')
115
if [ "$JOB" = "
servod
start/running" ]
117
STATUS=("
servod
failed")
/external/autotest/server/cros/servo/
chrome_ec.py
96
'The
servod
is too old that ec_uart_multicmd '
/external/autotest/server/
autoserv
76
# Command line to start
servod
in a moblab.
77
START_SERVOD_CMD = 'sudo start
servod
BOARD=%s PORT=%s'
78
STOP_SERVOD_CMD = 'sudo stop
servod
'
266
"""Try to start
servod
in moblab if it's not already running or running with
274
logging.debug('Trying to start
servod
.')
282
logging.warn('Starting
servod
is aborted. The dut\'s servo_host '
287
logging.error('Failed to get board name from AFE. Start
servod
is '
292
pid = utils.run('pgrep
servod
').stdout
296
logging.debug('
Servod
is already running with given board and port.'
297
' There is no need to restart
servod
.'
[
all
...]
Completed in 7209 milliseconds