Home
last modified time | relevance | path

Searched refs:get_wan_host (Results 1 – 3 of 3) sorted by relevance

/external/autotest/server/cros/
Dap_config.py118 def get_wan_host(self): member in AP
189 rpm_client.set_power(self.get_wan_host(), 'OFF')
194 rpm_client.set_power(self.get_wan_host(), 'ON')
209 'hostname': self.get_wan_host(),
/external/autotest/server/cros/ap_configurators/
Dstatic_ap_configurator.py46 self.host_name = ap_config.get_wan_host()
69 'Hostname': ap_config.get_wan_host()}
Ddynamic_ap_configurator.py58 self.host_name = ap_config.get_wan_host()
67 'Hostname': ap_config.get_wan_host()}