Home
last modified time | relevance | path

Searched refs:servo_args (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/external/autotest/server/hosts/
Dservo_host.py666 servo_args = {k: v for k, v in info.attributes.iteritems()
669 if SERVO_PORT_ATTR in servo_args:
671 servo_args[SERVO_PORT_ATTR] = int(servo_args[SERVO_PORT_ATTR])
674 servo_args[SERVO_PORT_ATTR])
676 servo_args.pop(SERVO_HOST_ATTR, None)
679 servo_args[SERVO_BOARD_ATTR] = _map_afe_board_to_servo_board(info.board)
681 servo_args[SERVO_MODEL_ATTR] = info.model
682 return servo_args if SERVO_HOST_ATTR in servo_args else None
685 def _tweak_args_for_ssp_moblab(servo_args): argument
686 if servo_args[SERVO_HOST_ATTR] in ['localhost', '127.0.0.1']:
[all …]
/external/autotest/server/site_tests/cellular_ChromeEndToEnd/
Dcontrol.enableDisableCellular19 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
22 host = hosts.create_host(machine, servo_args=servo_args)
Dcontrol.autoconnectCellular19 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
22 host = hosts.create_host(machine, servo_args=servo_args)
Dcontrol.ethernetPreferred19 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
22 host = hosts.create_host(machine, servo_args=servo_args)
/external/autotest/server/site_tests/firmware_Cr50U2fCommands/
Dcontrol20 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
23 host = hosts.create_host(machine, servo_args=servo_args)
/external/autotest/server/site_tests/enterprise_CFM_HuddlyUpdater/
Dcontrol23 servo_args = None
26 host = hosts.create_host(machine, servo_args=servo_args)
/external/autotest/server/site_tests/platform_S3Cycle/
Dcontrol.100023 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
27 host = hosts.create_host(machine, servo_args=servo_args)
Dcontrol23 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
26 host = hosts.create_host(machine, servo_args=servo_args)
/external/autotest/server/site_tests/platform_CloseOpenLid/
Dcontrol20 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
23 host = hosts.create_host(machine, servo_args=servo_args)
/external/autotest/server/site_tests/platform_S0ixCycle/
Dcontrol.100023 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
27 host = hosts.create_host(machine, servo_args=servo_args)
Dcontrol23 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
26 host = hosts.create_host(machine, servo_args=servo_args)
/external/autotest/server/site_tests/firmware_Cr50RejectUpdate/
Dcontrol21 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
24 host = hosts.create_host(machine, servo_args=servo_args)
/external/autotest/server/site_tests/power_WakeSources/
Dcontrol25 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
28 host = hosts.create_host(machine, servo_args=servo_args)
/external/autotest/server/site_tests/network_WiFi_WakeOnDisconnect/
Dcontrol20 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
23 host = hosts.create_host(machine, servo_args=servo_args)
/external/autotest/server/site_tests/firmware_Cr50DevMode/
Dcontrol21 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
24 host = hosts.create_host(machine, servo_args=servo_args)
/external/autotest/server/site_tests/firmware_Cr50USB/
Dcontrol20 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
23 host = hosts.create_host(machine, servo_args=servo_args)
/external/autotest/server/site_tests/network_WiFi_WakeOnSSID/
Dcontrol20 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
23 host = hosts.create_host(machine, servo_args=servo_args)
/external/autotest/server/site_tests/firmware_Cr50Unlock/
Dcontrol21 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
24 host = hosts.create_host(machine, servo_args=servo_args)
/external/autotest/server/site_tests/platform_Flashrom/
Dcontrol23 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
26 host = hosts.create_host(machine, servo_args=servo_args)
/external/autotest/server/site_tests/firmware_Cr50TpmMode/
Dcontrol21 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
24 host = hosts.create_host(machine, servo_args=servo_args)
/external/autotest/server/site_tests/firmware_StandbyPowerConsumption/
Dcontrol.30min22 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
26 host = hosts.create_host(machine, servo_args=servo_args)
/external/autotest/server/site_tests/network_WiFi_RoamSuspendEndToEnd/
Dcontrol21 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
24 host = hosts.create_host(machine, servo_args=servo_args)
/external/autotest/server/site_tests/firmware_IntegratedU2F/
Dcontrol23 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
26 host = hosts.create_host(machine, servo_args=servo_args)
/external/autotest/server/site_tests/network_WiFi_WoWLAN/
Dcontrol20 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
23 host = hosts.create_host(machine, servo_args=servo_args)
/external/autotest/server/site_tests/platform_FlashErasers/
Dcontrol23 servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
26 host = hosts.create_host(machine, servo_args=servo_args)

12345678910>>...12