HomeSort by relevance Sort by last modified time
    Searched refs:rpm_client (Results 1 - 5 of 5) sorted by null

  /external/autotest/server/cros/
ap_config.py 11 from autotest_lib.site_utils.rpm_control_system import rpm_client
188 """call rpm_client to power off AP"""
189 rpm_client.set_power(self.get_wan_host(), 'OFF')
193 """call rpm_client to power on AP"""
194 rpm_client.set_power(self.get_wan_host(), 'ON')
  /external/autotest/server/cros/ap_configurators/
static_ap_configurator.py 81 self.rpm_client = xmlrpclib.ServerProxy(
105 self.rpm_client.queue_request,
113 self.rpm_client.queue_request,
dynamic_ap_configurator.py 50 self.rpm_client = xmlrpclib.ServerProxy(
434 self.rpm_client.queue_request(self.host_name, 'OFF')
447 self.rpm_client.queue_request(self.host_name, 'OFF')
466 self.rpm_client.queue_request(self.host_name, 'ON')
493 self.rpm_client.queue_request(self.host_name, 'CYCLE')
  /external/autotest/server/hosts/
servo_host.py 33 from autotest_lib.site_utils.rpm_control_system import rpm_client
558 rpm_client.set_power(self.hostname, 'CYCLE')
561 rpm_client.RemotePowerException) as e:
cros_host.py 42 from autotest_lib.site_utils.rpm_control_system import rpm_client
    [all...]

Completed in 5741 milliseconds