Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/
Dhost_queue_entry_states.py16 ACTIVE_STATUSES = (Status.STARTING, Status.RESETTING, Status.VERIFYING, variable
/external/autotest/frontend/afe/
Dmodels.py1619 ACTIVE_STATUSES = host_queue_entry_states.ACTIVE_STATUSES variable in HostQueueEntry
1695 if self.status in self.ACTIVE_STATUSES:
/external/autotest/scheduler/
Drdb_integration_tests.py203 hqe.status = host_queue_entry_states.ACTIVE_STATUSES[0]
Dscheduler_models.py638 active = (status in models.HostQueueEntry.ACTIVE_STATUSES)