OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:servod
(Results
1 - 4
of
4
) sorted by null
/external/autotest/server/hosts/
servo_repair.py
40
CONFIG_FILE = '/var/lib/
servod
/config'
119
This tests the config file names used by the `
servod
` upstart
154
This tests the config file names used by the `
servod
` upstart
179
Verifier to check that the `
servod
` upstart job is running.
185
status_cmd = 'status
servod
PORT=%d' % host.servo_port
189
'
servod
not running on %s port %d' %
194
return '
servod
upstart job is running'
199
Verifier to check that we can connect to `
servod
`.
201
This tests the connection to the target
servod
service with a simple
215
return '
servod
service is taking calls
[
all
...]
/external/autotest/contrib/
servo-stat
80
CONFIG=/var/lib/
servod
/config_$SERVO_PORT
106
STATUS=("${STATUS[@]}" "not running
servod
")
136
STATUS=("
servod
not configured")
139
JOB=$(remote $SERVO status
servod
| sed 's/,.*//')
140
if [ "$JOB" = "
servod
start/running" ]
142
STATUS=("
servod
failed")
/external/autotest/server/
autoserv
63
# Command line to start
servod
in a moblab.
64
START_SERVOD_CMD = 'sudo start
servod
BOARD=%s PORT=%s'
65
STOP_SERVOD_CMD = 'sudo stop
servod
'
250
"""Try to start
servod
in moblab if it's not already running or running with
258
logging.debug('Trying to start
servod
.')
266
logging.warn('Starting
servod
is aborted. The dut\'s servo_host '
271
logging.error('Failed to get board name from AFE. Start
servod
is '
276
pid = utils.run('pgrep
servod
').stdout
280
logging.debug('
Servod
is already running with given board and port.'
281
' There is no need to restart
servod
.'
[
all
...]
autoserv.py
63
# Command line to start
servod
in a moblab.
64
START_SERVOD_CMD = 'sudo start
servod
BOARD=%s PORT=%s'
65
STOP_SERVOD_CMD = 'sudo stop
servod
'
250
"""Try to start
servod
in moblab if it's not already running or running with
258
logging.debug('Trying to start
servod
.')
266
logging.warn('Starting
servod
is aborted. The dut\'s servo_host '
271
logging.error('Failed to get board name from AFE. Start
servod
is '
276
pid = utils.run('pgrep
servod
').stdout
280
logging.debug('
Servod
is already running with given board and port.'
281
' There is no need to restart
servod
.'
[
all
...]
Completed in 167 milliseconds