Home
last modified time | relevance | path

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

/external/autotest/frontend/afe/
Dmodels.py2073 existing_hqe_ids = set(AbortedHostQueueEntry.objects.
2078 aborted_hqes = [AbortedHostQueueEntry(queue_entry=hqe,
2081 AbortedHostQueueEntry.objects.bulk_create(aborted_hqes)
2144 class AbortedHostQueueEntry(dbmodels.Model, model_logic.ModelExtensions): class
2155 super(AbortedHostQueueEntry, self).save(*args, **kwargs)