HomeSort by relevance Sort by last modified time
    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 13 from autotest_lib.server.cros.servo import firmware_programmer
46 def __init__(self, servo):
49 @param servo Servo object providing the underlying `set` and `get`
53 self._servo = servo
111 class Servo(object):
113 """Manages control of a Servo board.
115 Servo is a board developed by hardware group to aide in the debug and
116 control of various partner devices. Servo's features include the simulation
118 class manages setting up and communicating with a servo demon (servod
    [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."""
36 from autotest_lib.server.cros.servo import servo
48 # the servo_host and servo_port for a servo connected to the DUT.
66 """Host class for a host that controls a servo, e.g. beaglebone."""
70 # Timeout for initializing servo signals.
84 A ServoHost instance represents a host that controls a servo.
89 @param servo_board: Board that the servo is connected to.
90 @param is_in_lab: True if the servo host is in Cros Lab. Default is set
92 called to check if the servo host is in Cros lab
    [all...]

Completed in 92 milliseconds