Home
last modified time | relevance | path

Searched refs:rpm_hostname (Results 1 – 6 of 6) sorted by relevance

/external/autotest/server/cros/
Dchaos_ap_list.conf19 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/
Drpm_dispatcher.py142 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,
Dfrontend_server.py130 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,
Drpm_config.ini25 # to a device, e.g. rpm_hostname, outlet, hydra_hostname, etc.
Drpm_controller.py93 def __init__(self, rpm_hostname, hydra_hostname=None): argument
101 self.hostname = rpm_hostname
/external/autotest/contrib/
Dgenerate_rpm_mapping.py417 rpm_hostname = lab.get_rpm_hostname(device_hostname)
420 if not rpm_hostname or not rpm_outlet:
426 rpm_hostname, rpm_outlet, hydra_hostname)