/external/autotest/contrib/ |
D | generate_rpm_mapping.py | 49 def get_rpm_hostname(cls, device_hostname): argument 61 def get_rpm_outlet(cls, device_hostname): argument 73 def get_hydra_hostname(cls, device_hostname): argument 85 def is_device_in_the_lab(cls, device_hostname): argument 94 return device_hostname.lab == cls.LAB_NUMBER 104 def get_rpm_hostname(cls, device_hostname): argument 112 if not device_hostname.row: 115 device_hostname.lab, device_hostname.row, 116 device_hostname.rack) 120 def get_rpm_outlet(cls, device_hostname): argument [all …]
|
/external/autotest/site_utils/rpm_control_system/ |
D | frontend_server.py | 102 def set_power_via_poe(self, device_hostname, new_state): argument 116 device_hostname = device_hostname.split('.')[0] 120 'state %s', device_hostname, new_state) 123 device_hostname, new_state) 124 powerunit_info = self._get_poe_powerunit_info(device_hostname) 129 return self.set_power_via_poe(device_hostname, new_state) 132 def set_power_via_rpm(self, device_hostname, rpm_hostname, argument 154 device_hostname=device_hostname, 164 return self.set_power_via_rpm(device_hostname, rpm_hostname, 168 def queue_request(self, device_hostname, new_state): argument [all …]
|
D | rpm_integration_test.py | 19 device_hostname='chromeos1-rack8e-hostbs1', 25 device_hostname='chromeos1-rack8e-hostbs2', 31 device_hostname='chromeos1-rack8e-hostbs3', 46 device_hostname='chromeos1-rack8e-hostbs1', 52 device_hostname='chromeos1-rack8e-hostbs2', 67 device_hostname='chromeos-rack8-hostbs1', 73 device_hostname='chromeos-rack8-hostbs2', 99 device_hostname='chromeos1-rack4-host1bs-servo', 105 device_hostname='chromeos1-rack4-host2bs-servo', 120 device_hostname='chromeos1-rack4-host1bs-servo', [all …]
|
D | rpm_controller.py | 158 device_hostname = request['powerunit_info'].device_hostname 176 'terminated!', device_hostname, process.pid) 186 device_hostname, request['new_state']) 189 'Raised exception: %s', device_hostname, 247 request['powerunit_info'].device_hostname, 494 powerunit_info.device_hostname) 527 device_hostname = powerunit_info.device_hostname 532 'attributes in afe.', device_hostname, new_state) 541 'state %s failed.', device_hostname, new_state) 543 logging.debug('Outlet for device: %s set to %s', device_hostname, [all …]
|
D | utils.py | 37 def __init__(self, device_hostname, powerunit_type, argument 39 self.device_hostname = device_hostname 67 device_hostname=afe_host.hostname,
|
D | rpm_controller_unittest.py | 25 device_hostname='chromos-rack1-host8', 57 device_hostname='chromos-rack1-host8', 117 device_hostname=dut, 163 device_hostname=PORT,
|
D | rpm_dispatcher.py | 135 powerunit_info.device_hostname, new_state)
|
D | frontend_server_unittest.py | 35 device_hostname=DUT_HOSTNAME,
|
/external/autotest/server/site_tests/generic_RebootTest/ |
D | control | 29 android device either through usb or tcp. If no device_hostname is specified 31 whereas if the ip of the android device is specified through device_hostname 38 device_hostname = args_dict.get('device_hostname', None) 41 device_hostname=device_hostname) 46 'hostname through test_that --args="device_hostname=<android ip>".'
|
/external/autotest/server/site_tests/network_WiFi_UpdateRouter/ |
D | network_WiFi_UpdateRouter.py | 88 device_hostname = dnsname_mangler.get_pcap_addr( 91 device_hostname = site_linux_router.build_router_hostname( 96 if not ping_helper.simple_ping(device_hostname): 100 raise e('%s not found / is down.' % device_hostname) 107 device_host = hosts.create_host(device_hostname,
|