HomeSort by relevance Sort by last modified time
    Searched refs:COMPLETE_STATUSES (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/common_lib/
host_queue_entry_states.py 19 COMPLETE_STATUSES = (Status.ABORTED, Status.COMPLETED, Status.FAILED,
22 assert not set(ACTIVE_STATUSES) & set(COMPLETE_STATUSES)
  /external/autotest/scheduler/
scheduler_models_unittest.py 311 if status in host_queue_entry_states.COMPLETE_STATUSES:
scheduler_models.py 646 complete = (status in models.HostQueueEntry.COMPLETE_STATUSES)
    [all...]

Completed in 100 milliseconds