HomeSort by relevance Sort by last modified time
    Searched refs:HostAttribute (Results 1 - 5 of 5) sorted by null

  /external/autotest/frontend/afe/
admin.py 152 model = models.HostAttribute
models.py 879 return HostAttribute, dict(host=self, attribute=attribute)
905 return HostAttribute
917 class HostAttribute(dbmodels.Model, model_logic.ModelExtensions):
    [all...]
models_test.py 56 [host], models.HostAttribute, 'attribute_list')
rpc_interface.py 566 models.Host.objects.populate_relationships(hosts, models.HostAttribute,
651 models.Host.objects.populate_relationships(hosts, models.HostAttribute,
    [all...]
  /external/autotest/server/
frontend.py 565 return [HostAttribute(self, a) for a in host_attrs]
979 class HostAttribute(RpcObject):

Completed in 269 milliseconds