Home
last modified time | relevance | path

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

/external/autotest/contrib/
Dmove_cq_hosts.sh14 function host_labels() { function
47 LABELS=$(host_labels $host)
/external/autotest/scheduler/
Dquery_managers.py359 host_labels = scheduler_models.Label.fetch(
361 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.py278 host_labels = set(['a'])
281 self.db_helper.create_host('h1', deps=host_labels, acls=acls)
Dscheduler_models.py1244 _, host_labels = queue_entry.host.platform_and_labels()
1249 diff = job_labels - set(host_labels)