Home
last modified time | relevance | path

Searched refs:host_labels (Results 1 – 8 of 8) sorted by relevance

/external/autotest/site_utils/
Dhost_label_utils.py42 host_labels = get_host_labels(labels=labels)
45 for labels in host_labels.values()]
91 host_labels = {}
94 host_labels[hit['hostname']] = hit['labels']
96 return host_labels
157 host_labels = get_host_labels(options.days_back, options.hostname,
159 pprint.pprint(host_labels)
Dhost_history_utils.py44 host_labels = host_label_utils.get_host_labels(labels=labels)
45 return host_labels.keys()
/external/autotest/contrib/
Dmove_cq_hosts.sh14 function host_labels() { function
47 LABELS=$(host_labels $host)
/external/autotest/cli/contrib/
Dwhy_isnt_my_job_running.py254 host_labels = proxy.run('get_labels', name__in=list(host_label_names)) variable
255 host_atomic_group_labels = [label for label in host_labels
327 for label in host_labels:
/external/autotest/scheduler/
Dquery_managers.py377 host_labels = scheduler_models.Label.fetch(
379 id_to_label.update([(label.id, label) for label in host_labels])
Drdb_testing_utils.py497 host_labels = set([l.name for l in host.labels.all()])
498 self.assert_(job_deps.intersection(host_labels) == job_deps)
Drdb_integration_tests.py279 host_labels = set(['a'])
282 self.db_helper.create_host('h1', deps=host_labels, acls=acls)
Dscheduler_models.py1335 _, host_labels = queue_entry.host.platform_and_labels()
1340 diff = job_labels - set(host_labels)