Home | History | Annotate | Download | only in dynamic_suite

Lines Matching refs:labels

11     Currently, 'complex' means that the spec contains more labels.
18 return len(host_spec.labels)
207 def __init__(self, labels, num):
210 Given a set of labels specifying what kind of hosts we need,
214 @param labels: list of labels indicating what kind of hosts need
218 self._spec = HostSpec(labels)
219 self._meta_hosts = labels[:1]*num
220 self._dependencies = labels[1:]
266 Wraps a list of labels, for the purposes of specifying a set of hosts
279 def labels(self):