Home | History | Annotate | Download | only in dynamic_suite

Lines Matching refs:RUNNING

73         # If the host queue entry has not yet made it into or past the running
76 HqeIntStatus.get_value(HqeIntStatus.RUNNING)):
96 @param jobs: an iterable of Running frontend.Jobs
117 Abort all of the jobs in jobs if the running time has past the timeout.
120 @param jobs: an iterable of Running frontend.Jobs
165 logging.debug('Re-imaging job %d running.', job_id)
212 Gather the hosts chosen for |job| -- which must be in the Running
214 Running, lock them. Poll until all chosen hosts have gone to Running
218 @param jobs: an iterable of Running frontend.Jobs
220 as they start Running, and it will be used to lock them.
255 logging.debug('Checking to see if %r are Running.', hosts_to_check)
256 running_hosts = afe.get_hosts(hosts_to_check, status='Running')
265 # host yet assigned, or which weren't Running yet. We need to forget
269 # get_all_hosts() returns only hosts that are currently Running a
589 # the test reached Running and actually began execution on a drone.
747 """ If the test reached running an autoserv instance or not. """