Searched refs:check_board_labels_allowed (Results 1 – 3 of 3) sorted by relevance
139 self.assertEqual(host.check_board_labels_allowed([host]), None)145 host.check_board_labels_allowed, [host],
190 models.Host.check_board_labels_allowed(host_objs, [label.name])512 models.Host.check_board_labels_allowed([host_obj], labels)
839 def check_board_labels_allowed(cls, hosts, new_labels=[]): member in Host