Searched defs:meta_host (Results 1 - 1 of 1) sorted by relevance

/external/autotest/frontend/afe/
H A Dmodels.py104 label is requested by the job/test (either as the meta_host or
132 queue_entry = HostQueueEntry.create(meta_host=self, job=job,
1197 ' ON (t4.label_id = t3.label_id OR t4.label_id = t2.meta_host) '
1202 # labels nor meta_host.
1204 # - a job whose hqe's meta_host is null
1213 ' AND t2.meta_host IS NULL AND t2.host_id IS NOT NULL '
1600 SERIALIZATION_LINKS_TO_FOLLOW = set(['meta_host'])
1606 assert link == 'meta_host'
1607 self.meta_host = Label.deserialize(data)
1627 meta_host variable in class:HostQueueEntry
[all...]

Completed in 239 milliseconds