Searched refs:rpm_hostname (Results 1 – 4 of 4) sorted by relevance
/external/autotest/site_utils/rpm_control_system/ |
D | rpm_dispatcher.py | 137 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,
|
D | rpm_config.ini | 27 # 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 | 416 rpm_hostname = lab.get_rpm_hostname(device_hostname) 419 if not rpm_hostname or not rpm_outlet: 425 rpm_hostname, rpm_outlet, hydra_hostname)
|