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

/external/autotest/frontend/afe/
H A Dmodels.py785 dependency_labels: many-to-many relationship with labels corresponding to
812 dependency_labels = ( variable in class:Test
1226 dependency_labels: many-to-many relationship with labels corresponding to
1244 SERIALIZATION_LINKS_TO_FOLLOW = set(['dependency_labels',
1368 dependency_labels = ( variable in class:Job
1411 # We need to convert dependency_labels to a list, because all() gives us
1414 return list(self.dependency_labels.all())
1517 job.dependency_labels = options['dependencies']

Completed in 60 milliseconds