Searched refs:run_bg (Results 1 – 6 of 6) sorted by relevance
/external/autotest/client/tests/iosched_bugs/ |
D | iosched_bugs.py | 22 (p1, _) = utils.run_bg('dd if=/dev/hda3 of=/dev/null')
|
/external/autotest/client/tests/kvm/tests/ |
D | timedrift.py | 116 aexpect.run_bg(host_load_command,
|
/external/autotest/client/virt/ |
D | aexpect.py | 275 def run_bg(command, termination_func=None, output_func=None, output_prefix="", function 332 process = run_bg(command, None, output_func, output_prefix, timeout)
|
D | virt_test_utils.py | 675 process = aexpect.run_bg(command, output_func=output_func,
|
D | kvm_vm.py | 780 self.process = aexpect.run_bg(qemu_command, None,
|
/external/autotest/client/common_lib/ |
D | base_utils.py | 928 def run_bg(command): function
|