Searched refs:rpm_hostname (Results 1 – 6 of 6) sorted by relevance
/external/autotest/server/cros/ |
D | chaos_ap_list.conf | 19 rpm_hostname = chromeos3-row2-rack1-rpm1 34 rpm_hostname = chromeos3-row2-rack1-rpm1 49 rpm_hostname = chromeos3-row2-rack1-rpm1 77 rpm_hostname = chromeos3-row2-rack1-rpm1 173 rpm_hostname = chromeos3-row2-rack1-rpm1 188 rpm_hostname = chromeos3-row2-rack1-rpm1 203 rpm_hostname = chromeos3-row2-rack1-rpm1 218 rpm_hostname = chromeos3-row2-rack1-rpm1 233 rpm_hostname = chromeos3-row2-rack1-rpm1 248 rpm_hostname = chromeos3-row2-rack1-rpm1 [all …]
|
/external/autotest/site_utils/rpm_control_system/ |
D | rpm_dispatcher.py | 142 def _get_rpm_controller(self, rpm_hostname, hydra_hostname=None): argument 152 if not rpm_hostname: 154 rpm_controller = self._worker_dict_get(rpm_hostname) 157 rpm_hostname, hydra_hostname) 158 self._worker_dict_put(rpm_hostname, rpm_controller) 162 def _create_rpm_controller(self, rpm_hostname, hydra_hostname): argument 170 hostname_elements = rpm_hostname.split('-') 174 return rpm_controller.CiscoPOEController(rpm_hostname) 181 return rpm_controller.WebPoweredRPMController(rpm_hostname) 185 hostname=rpm_hostname,
|
D | frontend_server.py | 130 def set_power_via_rpm(self, device_hostname, rpm_hostname, argument 162 powerunit_hostname=rpm_hostname, 170 return self.set_power_via_rpm(device_hostname, rpm_hostname,
|
D | rpm_config.ini | 25 # to a device, e.g. rpm_hostname, outlet, hydra_hostname, etc.
|
D | rpm_controller.py | 93 def __init__(self, rpm_hostname, hydra_hostname=None): argument 101 self.hostname = rpm_hostname
|
/external/autotest/contrib/ |
D | generate_rpm_mapping.py | 417 rpm_hostname = lab.get_rpm_hostname(device_hostname) 420 if not rpm_hostname or not rpm_outlet: 426 rpm_hostname, rpm_outlet, hydra_hostname)
|