Searched refs:check_collection (Results 1 – 3 of 3) sorted by relevance
/external/autotest/frontend/afe/ |
D | resources_test.py | 49 self.check_collection(response, 'hostname', ['host1', 'host2']) 54 self.check_collection(response, 'hostname', ['host1', 'host2']) 59 self.check_collection(response, 'hostname', ['host2', 'host3']) 68 self.check_collection(response, 'hostname', ['host1']) 83 self.check_collection(response, 'name', ['atomic1', 'atomic2'], 101 self.check_collection(response, 'name', ['label1', 'label2'], length=10, 122 self.check_collection(response, 'username', 146 self.check_collection(response, 'hostname', ['host1']) 152 self.check_collection(response, 'name', ['Everyone', 'my_acl']) 173 self.check_collection(response, 'hostname', ['host1', 'host2'], [all …]
|
/external/autotest/frontend/tko/ |
D | resources_test_fixme.py | 31 self.check_collection(response, 'test_name', 37 self.check_collection(response, 'test_name', ['mytest1', 'mytest2'])
|
/external/autotest/frontend/shared/ |
D | resource_test_utils.py | 92 def check_collection(self, collection, attribute_or_list, expected_list, member in ResourceTestCase 135 self.check_collection(relationships, [other_entry_name, field],
|