Searched defs:servo (Results 1 - 4 of 4) sorted by relevance

/external/autotest/server/site_tests/platform_ExternalUSBBootStress/
H A Dplatform_ExternalUSBBootStress.py9 from autotest_lib.server.cros.servo import servo namespace
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/site_tests/factory_InstallServo/
H A Dfactory_InstallServo.py6 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 namespace
37 self.servo = servo.Servo(
40 del self.servo
42 self.servo.initialize_dut(cold_reset=True)
44 self.servo.enable_usb_hub()
45 self.servo_usb_disk = self.servo
[all...]
/external/autotest/server/site_tests/infra_ServoDiagnosis/
H A Dinfra_ServoDiagnosis.py10 from autotest_lib.server.cros.servo import servo namespace
26 All tests have the implicit pre-requisite that the servo host
77 """Test whether the servo host answers to ssh.
100 the underlying call to servo raises an exception.
118 'release'. When the servo flex cable is not attached, the
140 correct value. There is a manual switch on the servo board; if
148 be disconnected, which means any servo operation to read a
159 """Utility to return the output of a command on a servo host.
172 """Get the version of Brillo running on the servo hos
[all...]
/external/autotest/server/hosts/
H A Dservo_host.py9 """This file provides core logic for servo verify/repair process."""
30 from autotest_lib.server.cros.servo import servo namespace
37 # the servo_host and servo_port for a servo connected to the DUT.
49 """Raised when servo verification fails."""
54 """Raised when a repair method fails to repair a servo host."""
64 """Raised if all attempts to repair a servo host fail."""
69 """Given a DUT's hostname, return the hostname of its servo.
73 @return hostname of the DUT's servo.
77 host_parts[0] = host_parts[0] + '-servo'
[all...]

Completed in 98 milliseconds