Home
last modified time | relevance | path

Searched refs:BgJob (Results 1 – 14 of 14) sorted by relevance

/external/autotest/client/common_lib/cros/
Dtest_webrtc_peer_connection.py299 utils.BgJob('top -b -d %d -n %d -w 512 -c > %s/top_output.txt'
301 utils.BgJob('iostat -x %d %d > %s/iostat_output.txt'
303 utils.BgJob('for i in $(seq %d);'
Dchromedriver.py195 self.bg_job = utils.BgJob(chromedriver_args, stderr_level=logging.DEBUG)
/external/autotest/client/profilers/blktrace/
Dblktrace.py53 self.blktrace_job = utils.BgJob('%s /dev/%s' % (self.blktrace, device))
/external/autotest/server/hosts/
Dssh_multiplex.py97 self._master_job = utils.BgJob(
/external/autotest/client/profilers/ftrace/
Dftrace.py98 self.record_job = utils.BgJob(self.join_command(cmd),
/external/autotest/client/site_tests/login_LogoutProcessCleanup/
Dlogin_LogoutProcessCleanup.py40 self.pid_su = utils.BgJob('su chronos -c "%s"' % self.command)
/external/autotest/server/cros/
Dtradefed_utils.py82 jobs = [common_utils.BgJob(
Dfactory_install_test.py220 bg_job = utils.BgJob(
/external/autotest/client/site_tests/hardware_MultiReaderPowerConsumption/
Dhardware_MultiReaderPowerConsumption.py66 utils.BgJob('tail -f %s --pid=%s > /dev/null'
/external/autotest/server/site_tests/firmware_IntegratedU2F/
Dfirmware_IntegratedU2F.py168 self.u2ftest_job = utils.BgJob(full_ssh_command,
/external/autotest/server/cros/faft/
Dcr50_test.py662 self._ccd_open_job = utils.BgJob(full_ssh_cmd,
793 gsctool_job = utils.BgJob(full_ssh_command,
/external/autotest/server/cros/multimedia/
Dremote_facade_factory.py209 self._log_saving_job = utils.BgJob(full_command,
/external/autotest/client/common_lib/
Dutils.py127 class BgJob(object): class
749 (BgJob(command, stdout_tee, stderr_tee, verbose, stdin=stdin,
781 bg_jobs.append(BgJob(command, stdout_tee, stderr_tee,
799 bg_job = BgJob(command)
Dutils_unittest.py840 bg_job = utils.BgJob('echo "hello world"')