Home | History | Annotate | Download | only in cli

Lines Matching full:shards

6 manage shards in Autotest.
11 list: lists shards with label
25 msg_items = '<shards>'
33 attribute_name='shards',
38 return self.shards
52 if self.shards:
53 filters['hostname__in'] = self.shards
59 """Prints a warning if one label is assigned to multiple shards.
70 'multiple shards.\n'
97 req_items='shards')
109 """Class for running atest shard delete <shards>"""
119 print ('Otherwise DUTs might be used by multiple shards at the same '