Searched refs:hosts_per_spec (Results 1 – 2 of 2) sorted by relevance
65 hosts_per_spec = {host_spec.HostSpec(['l1']): host_list[:1],67 group = host_spec.ExplicitHostGroup(hosts_per_spec)75 hosts_per_spec = {host_spec.HostSpec(['l1']): host_list[:1],78 host_spec.ExplicitHostGroup, hosts_per_spec)95 hosts_per_spec = {specs[0]: host_list[:1], specs[1]: host_list[1:]}96 group = host_spec.ExplicitHostGroup(hosts_per_spec)115 hosts_per_spec = {specs[0]: host_list[:1],118 group = host_spec.ExplicitHostGroup(hosts_per_spec)
34 def simple_get_spec_and_hosts(host_specs, hosts_per_spec): argument46 return spec, hosts_per_spec[spec]108 def __init__(self, hosts_per_spec={}): argument116 for spec, host_list in hosts_per_spec.iteritems():