OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rpm_hostname
(Results
1 - 4
of
4
) sorted by null
/external/autotest/site_utils/rpm_control_system/
rpm_dispatcher.py
142
def _get_rpm_controller(self,
rpm_hostname
, hydra_hostname=None):
148
@param
rpm_hostname
: hostname of the RPM whose RPMController we want.
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):
166
@param
rpm_hostname
: Hostname of the RPM we need to communicate with.
170
hostname_elements =
rpm_hostname
.split('-')
174
return rpm_controller.CiscoPOEController(
rpm_hostname
)
[
all
...]
frontend_server.py
43
# to a device, e.g.
rpm_hostname
, outlet, hydra_hostname, etc.
132
def set_power_via_rpm(self, device_hostname,
rpm_hostname
,
140
@param
rpm_hostname
: Hostname of the RPM to use.
156
powerunit_hostname=
rpm_hostname
,
164
return self.set_power_via_rpm(device_hostname,
rpm_hostname
,
rpm_controller.py
93
def __init__(self,
rpm_hostname
, hydra_hostname=None):
98
@param
rpm_hostname
: hostname of rpm device to be controlled.
101
self.hostname =
rpm_hostname
[
all
...]
/external/autotest/contrib/
generate_rpm_mapping.py
9
(device_hostname,
rpm_hostname
, outlet, hydra_hostname) for each
405
(
rpm_hostname
, outlet, hydra_hostname)
408
# device hostname -> (
rpm_hostname
, outlet, hydra_hostname)
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)
439
(
rpm_hostname
, outlet, hydra_hostname)
Completed in 144 milliseconds