Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/
Dhost_queue_entry_states.py19 COMPLETE_STATUSES = (Status.ABORTED, Status.COMPLETED, Status.FAILED, variable
22 assert not set(ACTIVE_STATUSES) & set(COMPLETE_STATUSES)
/external/autotest/frontend/afe/
Dmodels.py1895 COMPLETE_STATUSES = host_queue_entry_states.COMPLETE_STATUSES variable in HostQueueEntry
1972 elif self.status in self.COMPLETE_STATUSES:
/external/autotest/scheduler/
Dscheduler_models_unittest.py311 if status in host_queue_entry_states.COMPLETE_STATUSES:
Dscheduler_models.py646 complete = (status in models.HostQueueEntry.COMPLETE_STATUSES)