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

  /external/autotest/frontend/afe/
rpc_utils.py 736 shard_host_map = collections.defaultdict(list)
739 shard_host_map[host.shard.hostname].append(host.hostname)
740 return shard_host_map
838 shard_host_map = bucket_hosts_by_shard(host_objects)
842 shard_host_map)
852 shard_host_map = bucket_hosts_by_shard(host_objects)
853 num_shards = len(shard_host_map)
857 hosts_on_shard = shard_host_map.values()[0]
    [all...]
rpc_interface.py     [all...]

Completed in 50 milliseconds