Home
last modified time | relevance | path

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

12345678910>>...18

/external/autotest/server/hosts/
Dcros_host_unittest.py38 class MockHost(cros_host.CrosHost):
86 got = cros_host.CrosHost.get_chameleon_arguments({
93 got = cros_host.CrosHost.get_plankton_arguments({
100 got = cros_host.CrosHost.get_servo_arguments({
Dfactory.py38 host_types = [cros_host.CrosHost, moblab_host.MoblabHost,
43 'cros' : cros_host.CrosHost,
126 return cros_host.CrosHost
221 host_class = cros_host.CrosHost
Dfactory_unittest.py80 self._orig_cros_host = factory.cros_host.CrosHost
86 factory.cros_host.CrosHost = _gen_mock_host('cros_host')
95 factory.cros_host.CrosHost = self._orig_cros_host
/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/site_tests/platform_RotationFps/
Dcontrol24 chameleon_args = hosts.CrosHost.get_chameleon_arguments(args_dict)
25 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
/external/autotest/server/site_tests/firmware_PDConnect/
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/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_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/display_Resolution/
Dcontrol.relid_extended26 chameleon_args = hosts.CrosHost.get_chameleon_arguments(args_dict)
27 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
Dcontrol.relid_mirrored26 chameleon_args = hosts.CrosHost.get_chameleon_arguments(args_dict)
27 servo_args = hosts.CrosHost.get_servo_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_PDResetSoft/
Dcontrol25 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
26 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/firmware_PDResetHard/
Dcontrol25 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
26 plankton_args = hosts.CrosHost.get_plankton_arguments(args_dict)
/external/autotest/server/site_tests/firmware_PDTrySrc/
Dcontrol25 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
26 plankton_args = hosts.CrosHost.get_plankton_arguments(args_dict)
/external/autotest/server/site_tests/display_CheckModesAfterSignOutSignIn/
Dcontrol.mirrored28 chameleon_args = hosts.CrosHost.get_chameleon_arguments(args_dict)
29 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
/external/autotest/server/site_tests/display_LidCloseOpen/
Dcontrol.mirrored_unplugged_combined28 chameleon_args = hosts.CrosHost.get_chameleon_arguments(args_dict)
29 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
Dcontrol.extended_unplug_close_plug_open30 chameleon_args = hosts.CrosHost.get_chameleon_arguments(args_dict)
31 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
Dcontrol.mirrored30 chameleon_args = hosts.CrosHost.get_chameleon_arguments(args_dict)
31 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
Dcontrol.mirrored_plug_close_unplug_plug_open30 chameleon_args = hosts.CrosHost.get_chameleon_arguments(args_dict)
31 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
Dcontrol.extended_unplug_close_plug_unplug_open_plug30 chameleon_args = hosts.CrosHost.get_chameleon_arguments(args_dict)
31 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
Dcontrol.extended_plug_close_unplug_open_plug30 chameleon_args = hosts.CrosHost.get_chameleon_arguments(args_dict)
31 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
Dcontrol.mirrored_unplug_close_plug_open30 chameleon_args = hosts.CrosHost.get_chameleon_arguments(args_dict)
31 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
Dcontrol.mirrored_plug_close_unplug_open_plug30 chameleon_args = hosts.CrosHost.get_chameleon_arguments(args_dict)
31 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)

12345678910>>...18