Searched refs:check_board_labels_allowed (Results 1 – 3 of 3) sorted by relevance
72 self.assertEqual(host.check_board_labels_allowed([host]), None)78 host.check_board_labels_allowed, [host],
156 models.Host.check_board_labels_allowed(host_objs, [label.name])433 models.Host.check_board_labels_allowed([host_obj], labels)
689 def check_board_labels_allowed(cls, hosts, new_labels=[]): member in Host