Home
last modified time | relevance | path

Searched +defs:run +defs:command (Results 1 – 12 of 12) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dsshcontrol.py47 def _run(self, command, timeout=None, logfile=None): argument
88 def run(self, command, timeout=None, logfile=None): member in SSHProcess
123 def _internal_run(self, command, timeout=None, ignore_status = True): argument
136 def run(self, command, timeout=None): member in SSHControl
H A Dcommands.py29 def __init__(self, command, bg=False, timeout=None, data=None, output_log=None, **options): argument
62 def run(self): member in Command
168 def runCmd(command, ignore_status=False, timeout=None, assert_error=True, sync=True, argument
219 def bitbake(command, ignore_status=False, timeout=None, postconfig=None, output_log=None, **options… argument
H A Dqemurunner.py649 def run_monitor(self, command, args=None, timeout=60): argument
657 def run_serial(self, command, raw=False, timeout=60): argument
753 def run(self): member in LoggingThread
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/
H A Dssh.py58 def _run(self, command, timeout=None, ignore_status=True): argument
75 def run(self, command, timeout=None, ignore_status=True): member in OESSHTarget
209 def SSHCall(command, logger, timeout=None, **opts): argument
211 def run(): function
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dprocess.py22 def __init__(self, command, msg=None): argument
42 def __init__(self, command, exitcode, stdout = None, stderr = None): argument
158 def run(cmd, input=None, log=None, extrafiles=None, **options): function
/openbmc/qemu/tests/docker/
H A Ddocker.py358 def run(self, cmd, keep, quiet, as_user=False): member in Docker
377 def command(self, cmd, argv, quiet): member in Docker
393 def run(self, args, argv): member in SubCommand
411 def run(self, args, argv): member in RunCommand
442 def run(self, args, argv): member in BuildCommand
512 def run(self, args, argv): member in FetchCommand
533 def run(self, args, argv): member in UpdateCommand
601 def run(self, args, argv): member in CleanCommand
610 def run(self, args, argv): member in ImagesCommand
618 def run(self, args, argv): member in ProbeCommand
[all …]
/openbmc/qemu/tests/avocado/avocado_qemu/
H A D__init__.py199 def exec_command(test, command): argument
211 def exec_command_and_wait_for_pattern(test, command, argument
397 def run(self, bin_path, args=[]): member in QemuUserTest
429 def ssh_command(self, command): argument
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpatch.py21 def __init__(self, command, exitstatus, output): argument
231 def _applypatch(self, patch, force = False, reverse = False, run = True): argument
259 def Push(self, force = False, all = False, run = True): argument
590 def _applypatch(self, patch, force = False, reverse = False, run = True): argument
593 def _applypatchhelper(shellcmd, patch, force = False, reverse = False, run = True): argument
661 def _runcmd(self, args, run = True): argument
736 def Push(self, force = False, all = False, run = True): argument
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Dtargetcontrol.py76 def run(self, cmd, timeout=None): member in BaseTarget
202 def run_serial(self, command, timeout=60): argument
/openbmc/linux/scripts/
H A Dbpf_doc.py316 def run(self): member in HeaderParser
644 def print_one(self, command): argument
/openbmc/openbmc/poky/bitbake/lib/bb/server/
H A Dprocess.py124 def run(self): member in ProcessServer
518 def runCommand(self, command): argument
/openbmc/x86-power-control/src/
H A Dpower_control.cpp628 command, enumerator
947 void PowerRestoreController::run() in run() function in power_control::PowerRestoreController