Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/
Dhost_queue_entry_states.py23 IDLE_PRE_JOB_STATUSES = (Status.PENDING, Status.QUEUED) variable
/external/autotest/frontend/afe/
Dmodels.py1622 IDLE_PRE_JOB_STATUSES = host_queue_entry_states.IDLE_PRE_JOB_STATUSES variable in HostQueueEntry
/external/autotest/scheduler/
Dscheduler_models.py1094 statuses = list(models.HostQueueEntry.IDLE_PRE_JOB_STATUSES)