OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Servo
(Results
1 - 5
of
5
) sorted by null
/external/autotest/site_utils/rpm_control_system/
utils.py
124
Load
servo
-switch-interface mapping from a CSV file.
126
In the file, the first column represents
servo
hostnames,
130
chromeos1-rack3-host12-
servo
,chromeos1-poe-switch1,fa31
131
chromeos1-rack4-host2-
servo
,chromeos1-poe-switch1,fa32
135
A row without a
servo
hostname indicates that no
servo
142
@return a dictionary that maps
servo
host name to a
145
'chromeos1-rack3-host12-
servo
': ('chromeos1-poe-switch1', 'fa31')
168
"""Reload the
servo
-interface mapping file if it is modified.
182
maps
servo
hostname to (switch hostname, interface)
[
all
...]
/external/autotest/server/cros/servo/
servo.py
17
from autotest_lib.server.cros.
servo
import firmware_programmer
70
def __init__(self,
servo
):
73
@param
servo
Servo
object providing the underlying `set` and `get`
77
self._servo =
servo
137
def __init__(self,
servo
):
138
self._servo =
servo
168
# The UART stream may contain non-printable characters, and
servo
201
class
Servo
(object):
203
"""Manages control of a
Servo
board
[
all
...]
/external/autotest/server/site_tests/factory_InstallServo/
factory_InstallServo.py
6
Factory install
servo
tests.
13
debug_image_usb: whether to image the USB disk in
servo
mode (default to
26
from autotest_lib.server.cros.
servo
import
servo
37
self.
servo
=
servo
.
Servo
(
40
del self.
servo
42
self.
servo
.initialize_dut(cold_reset=True)
44
self.
servo
.enable_usb_hub(
[
all
...]
/external/autotest/server/site_tests/platform_ExternalUSBBootStress/
platform_ExternalUSBBootStress.py
9
from autotest_lib.server.cros.
servo
import
servo
15
"""Uses
servo
to repeatedly connect/remove USB devices during boot."""
21
# The
servo
hubs come up as diffs in connected components. These
22
# should be ignored for this test. It is a list so when
servo
next
48
host.
servo
.set('dut_hub1_rst1', reset)
63
host.
servo
.switch_usbkey('dut')
64
host.
servo
.set('usb_mux_sel3', 'dut_sees_usbkey')
76
'and DUT_HUB1_USB on the
servo
board.')
97
# For devices that do not support gbb we have
servo
[
all
...]
/external/autotest/server/hosts/
servo_host.py
9
"""This file provides core logic for
servo
verify/repair process."""
31
from autotest_lib.server.cros.
servo
import
servo
43
# the servo_host and servo_port for a
servo
connected to the DUT.
67
"""Host class for a host that controls a
servo
, e.g. beaglebone."""
71
# Timeout for initializing
servo
signals.
86
A ServoHost instance represents a host that controls a
servo
.
93
@param servo_board: Board that the
servo
is connected to.
94
@param servo_model: Model that the
servo
is connected to.
95
@param is_in_lab: True if the
servo
host is in Cros Lab. Default is se
[
all
...]
Completed in 308 milliseconds