Home
last modified time | relevance | path

Searched refs:HostAttribute (Results 1 – 4 of 4) sorted by relevance

/external/autotest/server/
Dfrontend.py531 return [HostAttribute(self, a) for a in host_attrs]
945 class HostAttribute(RpcObject): class
/external/autotest/frontend/afe/
Dmodels.py888 return HostAttribute, dict(host=self, attribute=attribute)
914 return HostAttribute
926 class HostAttribute(dbmodels.Model, model_logic.ModelExtensions): class
969 return super(HostAttribute, cls).deserialize(data)
Drpc_interface.py562 models.Host.objects.populate_relationships(hosts, models.HostAttribute,
647 models.Host.objects.populate_relationships(hosts, models.HostAttribute,
1778 rows = models.HostAttribute.query_objects({'attribute': attribute,
Dmodels_test.py56 [host], models.HostAttribute, 'attribute_list')