Home
last modified time | relevance | path

Searched refs:check_board_labels_allowed (Results 1 – 3 of 3) sorted by relevance

/external/autotest/frontend/afe/
Dmodels_test.py72 self.assertEqual(host.check_board_labels_allowed([host]), None)
78 host.check_board_labels_allowed, [host],
Drpc_interface.py156 models.Host.check_board_labels_allowed(host_objs, [label.name])
433 models.Host.check_board_labels_allowed([host_obj], labels)
Dmodels.py689 def check_board_labels_allowed(cls, hosts, new_labels=[]): member in Host