Searched refs:ACTIVE_STATUSES (Results 1 – 4 of 4) sorted by relevance
16 ACTIVE_STATUSES = (Status.STARTING, Status.RESETTING, Status.VERIFYING, variable22 assert not set(ACTIVE_STATUSES) & set(COMPLETE_STATUSES)
1867 ACTIVE_STATUSES = host_queue_entry_states.ACTIVE_STATUSES variable in HostQueueEntry1943 if self.status in self.ACTIVE_STATUSES:
203 hqe.status = host_queue_entry_states.ACTIVE_STATUSES[0]
645 active = (status in models.HostQueueEntry.ACTIVE_STATUSES)