Home
last modified time | relevance | path

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

/external/autotest/site_utils/
Dlab_inventory.py517 models = {h.host_model for h in histories}
521 self[h.host_model].record_host(h)
730 h.host.hostname, h.host_model,
1075 'model': history.host_model,
Dlab_inventory_unittest.py41 self.host_model = model
/external/autotest/frontend/afe/
Drpc_interface.py1507 host_model = models.Host.smart_get(host, False)
1508 if not host_model.shard:
1511 shard_afe = frontend.AFE(server=host_model.shard.hostname)
2081 host_model = models.Host.objects.get(pk=known_host_ids[i])
2082 if host_model.status != known_host_statuses[i]:
2083 host_model.status = known_host_statuses[i]
2084 host_model.save()
/external/autotest/server/lib/
Dstatus_history.py529 def host_model(self): member in HostJobHistory