Home
last modified time | relevance | path

Searched refs:hqe_id (Results 1 – 2 of 2) sorted by relevance

/external/autotest/frontend/migrations/
D042_unique_index_on_hqe_job_and_host.py19 ids_to_null_string = ','.join(str(hqe_id) for hqe_id in hqe_ids)
/external/autotest/scheduler/
Drdb_testing_utils.py239 def update_hqe(cls, hqe_id, **kwargs): argument
244 models.HostQueueEntry.objects.filter(id=hqe_id).update(**kwargs)