HomeSort by relevance Sort by last modified time
    Searched defs:meta_host (Results 1 - 2 of 2) sorted by null

  /external/autotest/cli/contrib/
why_isnt_my_job_running.py 91 meta_host_name = queue_entries[0]['meta_host']
93 meta_host = proxy.run('get_labels', atomic_group__name=meta_host_name)[0] variable
95 meta_host = None variable
107 if meta_host and meta_host_name != label_name:
108 print 'Cannot run on atomic label %s due to meta_host %s.' % (
232 if entry['meta_host'] and not entry['host']
233 and entry['meta_host'] in host_label_names
324 metahost_names = set(entry['meta_host']
  /external/autotest/frontend/afe/
models.py 105 label is requested by the job/test (either as the meta_host or
134 queue_entry = HostQueueEntry.create(meta_host=self, job=job,
1771 meta_host = dbmodels.ForeignKey(Label, blank=True, null=True, variable in class:HostQueueEntry
    [all...]

Completed in 84 milliseconds