Home
last modified time | relevance | path

Searched refs:run_bg (Results 1 – 6 of 6) sorted by relevance

/external/autotest/client/tests/iosched_bugs/
Diosched_bugs.py22 (p1, _) = utils.run_bg('dd if=/dev/hda3 of=/dev/null')
/external/autotest/client/tests/kvm/tests/
Dtimedrift.py116 aexpect.run_bg(host_load_command,
/external/autotest/client/virt/
Daexpect.py275 def run_bg(command, termination_func=None, output_func=None, output_prefix="", function
332 process = run_bg(command, None, output_func, output_prefix, timeout)
Dvirt_test_utils.py675 process = aexpect.run_bg(command, output_func=output_func,
Dkvm_vm.py780 self.process = aexpect.run_bg(qemu_command, None,
/external/autotest/client/common_lib/
Dbase_utils.py928 def run_bg(command): function