Home
last modified time | relevance | path

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

/external/autotest/site_utils/rpm_control_system/
Drpm_dispatcher.py137 def _get_rpm_controller(self, rpm_hostname, hydra_hostname=None): argument
147 if not rpm_hostname:
149 rpm_controller = self._worker_dict_get(rpm_hostname)
152 rpm_hostname, hydra_hostname)
153 self._worker_dict_put(rpm_hostname, rpm_controller)
157 def _create_rpm_controller(self, rpm_hostname, hydra_hostname): argument
165 hostname_elements = rpm_hostname.split('-')
169 return rpm_controller.CiscoPOEController(rpm_hostname)
176 return rpm_controller.WebPoweredRPMController(rpm_hostname)
180 hostname=rpm_hostname,
Drpm_config.ini27 # 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.py416 rpm_hostname = lab.get_rpm_hostname(device_hostname)
419 if not rpm_hostname or not rpm_outlet:
425 rpm_hostname, rpm_outlet, hydra_hostname)