Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/
Dhost_queue_entry_states.py16 ACTIVE_STATUSES = (Status.STARTING, Status.RESETTING, Status.VERIFYING, variable
/external/autotest/cli/contrib/
Dwhy_isnt_my_job_running.py32 RUNNING_HQE_STATUSES = host_queue_entry_states.ACTIVE_STATUSES
/external/autotest/frontend/afe/
Dmodels.py1765 ACTIVE_STATUSES = host_queue_entry_states.ACTIVE_STATUSES variable in HostQueueEntry
1844 if self.status in self.ACTIVE_STATUSES:
/external/autotest/scheduler/
Drdb_integration_tests.py204 hqe.status = host_queue_entry_states.ACTIVE_STATUSES[0]
Dscheduler_models.py627 active = (status in models.HostQueueEntry.ACTIVE_STATUSES)