Home
last modified time | relevance | path

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

/external/autotest/frontend/afe/
Drpc_interface.py361 affected_shard_hostnames.add(host.shard.rpc_hostname())
1333 shard_afe = frontend.AFE(server=host.shard.rpc_hostname())
1368 shard_afe = frontend.AFE(server=host_model.shard.rpc_hostname())
1422 shard_afe = frontend.AFE(server=host.shard.rpc_hostname())
1458 shard_afe = frontend.AFE(server=host.shard.rpc_hostname())
Drpc_utils.py853 shard_name = (host.shard.rpc_hostname() if rpc_hostnames
1194 shard_hostname = host.shard.rpc_hostname()
Dmodels.py164 def rpc_hostname(self): member in Shard