Home
last modified time | relevance | path

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

/external/autotest/frontend/afe/
Dmodels.py700 return HostAttribute, dict(host=self, attribute=attribute)
710 return HostAttribute
722 class HostAttribute(dbmodels.Model, model_logic.ModelExtensions): class
765 return super(HostAttribute, cls).deserialize(data)
Dadmin.py156 model = models.HostAttribute
Drpc_interface.py456 models.Host.objects.populate_relationships(hosts, models.HostAttribute,
513 models.Host.objects.populate_relationships(hosts, models.HostAttribute,
/external/autotest/server/
Dfrontend.py252 return [HostAttribute(self, a) for a in host_attrs]
999 class HostAttribute(RpcObject): class