Home | History | Annotate | Download | only in common_lib

Lines Matching refs:bg_job

840         bg_job = utils.BgJob('echo "hello world"')
841 bg_job.result.exit_status = 0
849 ([bg_job.sp.stdout, bg_job.sp.stderr], [], None))
853 utils._wait_for_commands([bg_job], time.time(), None))