OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTIVE_STATUSES
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/common_lib/
host_queue_entry_states.py
16
ACTIVE_STATUSES
= (Status.STARTING, Status.RESETTING, Status.VERIFYING,
22
assert not set(
ACTIVE_STATUSES
) & set(COMPLETE_STATUSES)
/external/autotest/scheduler/
rdb_integration_tests.py
203
hqe.status = host_queue_entry_states.
ACTIVE_STATUSES
[0]
scheduler_models.py
645
active = (status in models.HostQueueEntry.
ACTIVE_STATUSES
)
[
all
...]
Completed in 120 milliseconds