Lines Matching refs:host_id
46 def __init__(self, hostname, host_id, **kwargs): argument
47 kwargs.update({'hostname': hostname, 'id': host_id})
120 def create_special_task(cls, job_id=None, host_id=None, argument
125 host_id = queue_entry.host.id
128 host = models.Host.objects.get(id=host_id)
342 deps=deps, acls=acls, host_id=None, priority=priority,
415 def assert_host_db_status(self, host_id): argument
426 host = models.Host.objects.get(id=host_id)
467 def check_host_assignment(self, job_id, host_id): argument
484 host = models.Host.objects.get(id=host_id)
490 host_id=host_id, complete=0)
492 self.assert_(hqe.host_id == None)
493 self.assert_host_db_status(host_id)