Home
last modified time | relevance | path

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

/external/autotest/frontend/afe/
Dmodels.py730 return HostAttribute, dict(host=self, attribute=attribute)
740 return HostAttribute
752 class HostAttribute(dbmodels.Model, model_logic.ModelExtensions): class
795 return super(HostAttribute, cls).deserialize(data)
Dadmin.py152 model = models.HostAttribute
Drpc_interface.py472 models.Host.objects.populate_relationships(hosts, models.HostAttribute,
525 models.Host.objects.populate_relationships(hosts, models.HostAttribute,
1616 hosts = models.HostAttribute.query_objects({'attribute': attribute,
/external/autotest/server/
Dfrontend.py555 return [HostAttribute(self, a) for a in host_attrs]
956 class HostAttribute(RpcObject): class