Lines Matching refs:client_hostname
39 def get_companion_device_addr(client_hostname,
48 @param client_hostname: string DNS name of device under test (the client).
63 if is_ip_address(client_hostname):
64 logging.error('%r looks like an IP address?', client_hostname)
68 parts = client_hostname.split('.', 1)
73 def get_router_addr(client_hostname, cmdline_override=None):
78 @param client_hostname: string DNS name of the client.
85 client_hostname,
91 def get_attenuator_addr(client_hostname,
98 @param client_hostname: string DNS name of the client.
107 client_hostname,
114 def get_tester_addr(client_hostname, cmdline_override=None):
119 @param client_hostname: string DNS name of the client.
126 client_hostname,