Home | History | Annotate | Download | only in afe

Lines Matching refs:labels

566         labels = [label.name for label in host.label_list]
567 labels.sort()
569 labels.append("ATTR:(%s=%s)" % (host_attribute.attribute,
571 configured_duts[host.hostname] = ', '.join(labels)
760 of labels.
767 @return: A de-duped list of requested dut labels attached to the moblab.
774 labels = set()
778 labels.add(label.name.replace(requested_label, ''))
781 return list(labels)
834 """ RPC handler to get a list of the pools labels on the DUT's connected.
836 @return: A de-duped list of pool labels.