Lines Matching refs:commands
86 # prefixes for logging stdout/stderr of commands
753 def run_parallel(commands, timeout=None, ignore_status=False,
759 - commands is a list of commands to run in parallel.
766 for (command, nickname) in itertools.izip_longest(commands, nicknames):
1022 def system_parallel(commands, timeout=None, ignore_status=False):
1024 list of commands."""
1026 run_parallel(commands, timeout=timeout, ignore_status=ignore_status,
1062 def system_output_parallel(commands, timeout=None, ignore_status=False,
1066 in run_parallel(commands, timeout=timeout,
1070 out = [bg_job.stdout for bg_job in run_parallel(commands,
1119 execute the commands. By default (when set to utils.run()) this will
1155 run_function is used to execute the commands. It defaults to