Home
last modified time | relevance | path

Searched refs:CrosHost (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/external/autotest/server/site_tests/provision_FactoryImage/
Dprovision_FactoryImage.py25 usb_boot_timeout=cros_host.CrosHost.USB_BOOT_TIMEOUT*3,
26 install_timeout=cros_host.CrosHost.INSTALL_TIMEOUT*2)
/external/autotest/server/hosts/
Dfactory.py31 host_types = [cros_host.CrosHost, moblab_host.MoblabHost, sonic_host.SonicHost,
33 OS_HOST_DICT = {'cros' : cros_host.CrosHost,
84 return cros_host.CrosHost
Dcros_host.py58 class CrosHost(abstract_ssh.AbstractSSHHost): class
241 return CrosHost._extract_arguments(
259 args = CrosHost._extract_arguments(
278 return CrosHost._extract_arguments(
305 super(CrosHost, self)._initialize(hostname=hostname,
1573 super(CrosHost, self).close()
1884 super(CrosHost, self).cleanup()
1914 super(CrosHost, self).reboot(**dargs)
1928 super(CrosHost, self).suspend(**dargs)
1959 super(CrosHost, self).verify_software()
[all …]
D__init__.py20 from cros_host import CrosHost
/external/autotest/server/site_tests/firmware_PDVbusRequest/
Dcontrol24 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
25 plankton_args = hosts.CrosHost.get_plankton_arguments(args_dict)
/external/autotest/server/site_tests/firmware_PDPowerSwap/
Dcontrol24 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
25 plankton_args = hosts.CrosHost.get_plankton_arguments(args_dict)
/external/autotest/server/site_tests/firmware_PDDataSwap/
Dcontrol24 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
25 plankton_args = hosts.CrosHost.get_plankton_arguments(args_dict)
/external/autotest/server/site_tests/firmware_TypeCCharging/
Dcontrol24 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
25 plankton_args = hosts.CrosHost.get_plankton_arguments(args_dict)
/external/autotest/server/site_tests/firmware_TypeCProbeUSB3/
Dcontrol23 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
24 plankton_args = hosts.CrosHost.get_plankton_arguments(args_dict)
/external/autotest/server/site_tests/display_Resolution/
Dcontrol.relid_extended27 chameleon_args = hosts.CrosHost.get_chameleon_arguments(args_dict)
28 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
Dcontrol.relid_mirrored27 chameleon_args = hosts.CrosHost.get_chameleon_arguments(args_dict)
28 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
/external/autotest/server/site_tests/display_LidCloseOpen/
Dcontrol.extended_plug_close_unplug_plug_open31 chameleon_args = hosts.CrosHost.get_chameleon_arguments(args_dict)
32 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
Dcontrol.extended_unplugged_combined30 chameleon_args = hosts.CrosHost.get_chameleon_arguments(args_dict)
31 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
Dcontrol.extended_unplug_close_plug_open31 chameleon_args = hosts.CrosHost.get_chameleon_arguments(args_dict)
32 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
Dcontrol.extended_plug_close_unplug_open_plug31 chameleon_args = hosts.CrosHost.get_chameleon_arguments(args_dict)
32 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
Dcontrol.mirrored_unplugged_combined30 chameleon_args = hosts.CrosHost.get_chameleon_arguments(args_dict)
31 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
Dcontrol.extended31 chameleon_args = hosts.CrosHost.get_chameleon_arguments(args_dict)
32 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
Dcontrol.extended_unplug_close_plug_unplug_open_plug31 chameleon_args = hosts.CrosHost.get_chameleon_arguments(args_dict)
32 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
Dcontrol.mirrored31 chameleon_args = hosts.CrosHost.get_chameleon_arguments(args_dict)
32 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
Dcontrol.mirrored_unplug_close_plug_unplug_open_plug31 chameleon_args = hosts.CrosHost.get_chameleon_arguments(args_dict)
32 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
Dcontrol.mirrored_plug_close_unplug_plug_open31 chameleon_args = hosts.CrosHost.get_chameleon_arguments(args_dict)
32 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
Dcontrol.mirrored_plug_close_unplug_open_plug31 chameleon_args = hosts.CrosHost.get_chameleon_arguments(args_dict)
32 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
Dcontrol.mirrored_unplug_close_plug_open31 chameleon_args = hosts.CrosHost.get_chameleon_arguments(args_dict)
32 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
/external/autotest/server/site_tests/platform_CloseOpenLid/
Dcontrol20 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
/external/autotest/server/site_tests/cellular_ChromeEndToEnd/
Dcontrol.autoconnectCellular21 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)

12345678910>>...12