Home
last modified time | relevance | path

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

/external/autotest/frontend/afe/
Drpc_interface.py369 affected_shard_hostnames.add(host.shard.rpc_hostname())
1271 shard_afe = frontend.AFE(server=host.shard.rpc_hostname())
1306 shard_afe = frontend.AFE(server=host_model.shard.rpc_hostname())
1360 shard_afe = frontend.AFE(server=host.shard.rpc_hostname())
1396 shard_afe = frontend.AFE(server=host.shard.rpc_hostname())
Drpc_utils.py731 shard_name = (host.shard.rpc_hostname() if rpc_hostnames
1044 shard_hostname = host.shard.rpc_hostname()
Dmodels.py162 def rpc_hostname(self): member in Shard