Home
last modified time | relevance | path

Searched refs:hqe_id (Results 1 – 4 of 4) 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/
Dluciferlib.py52 def is_split_job(hqe_id): argument
64 hqe = models.HostQueueEntry.objects.get(id=hqe_id)
Drdb_testing_utils.py239 def update_hqe(cls, hqe_id, **kwargs): argument
244 models.HostQueueEntry.objects.filter(id=hqe_id).update(**kwargs)
Dscheduler_models.py956 def hqe_trace_id(hqe_id): argument
967 return base64.b16encode('HQE') + hex(hqe_id)[2:]