Searched refs:servo_args (Results 1 – 25 of 277) sorted by relevance
12345678910>>...12
/external/autotest/server/hosts/ |
D | servo_host.py | 666 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/ |
D | control.enableDisableCellular | 19 servo_args = hosts.CrosHost.get_servo_arguments(args_dict) 22 host = hosts.create_host(machine, servo_args=servo_args)
|
D | control.autoconnectCellular | 19 servo_args = hosts.CrosHost.get_servo_arguments(args_dict) 22 host = hosts.create_host(machine, servo_args=servo_args)
|
D | control.ethernetPreferred | 19 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/ |
D | control | 20 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/ |
D | control | 23 servo_args = None 26 host = hosts.create_host(machine, servo_args=servo_args)
|
/external/autotest/server/site_tests/platform_S3Cycle/ |
D | control.1000 | 23 servo_args = hosts.CrosHost.get_servo_arguments(args_dict) 27 host = hosts.create_host(machine, servo_args=servo_args)
|
D | control | 23 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/ |
D | control | 20 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/ |
D | control.1000 | 23 servo_args = hosts.CrosHost.get_servo_arguments(args_dict) 27 host = hosts.create_host(machine, servo_args=servo_args)
|
D | control | 23 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/ |
D | control | 21 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/ |
D | control | 25 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/ |
D | control | 20 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/ |
D | control | 21 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/ |
D | control | 20 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/ |
D | control | 20 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/ |
D | control | 21 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/ |
D | control | 23 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/ |
D | control | 21 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/ |
D | control.30min | 22 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/ |
D | control | 21 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/ |
D | control | 23 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/ |
D | control | 20 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/ |
D | control | 23 servo_args = hosts.CrosHost.get_servo_arguments(args_dict) 26 host = hosts.create_host(machine, servo_args=servo_args)
|
12345678910>>...12