HomeSort by relevance Sort by last modified time
    Searched refs:host_labels (Results 1 - 8 of 8) sorted by null

  /external/autotest/site_utils/
host_label_utils.py 30 _HOST_LABEL_TYPE = 'host_labels'
42 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)
host_history_utils.py 44 host_labels = host_label_utils.get_host_labels(labels=labels)
45 return host_labels.keys()
  /external/autotest/contrib/
move_cq_hosts.sh 14 function host_labels() { function
47 LABELS=$(host_labels $host)
  /external/autotest/cli/contrib/
why_isnt_my_job_running.py 254 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/
query_managers.py 377 host_labels = scheduler_models.Label.fetch(
379 id_to_label.update([(label.id, label) for label in host_labels])
rdb_integration_tests.py 279 host_labels = set(['a'])
282 self.db_helper.create_host('h1', deps=host_labels, acls=acls)
rdb_testing_utils.py 497 host_labels = set([l.name for l in host.labels.all()])
498 self.assert_(job_deps.intersection(host_labels) == job_deps)
scheduler_models.py     [all...]

Completed in 144 milliseconds