Home
last modified time | relevance | path

Searched defs:exec_command (Results 1 – 2 of 2) sorted by relevance

/openbmc/pldm/tools/visualize-pdr/
H A Dpldm_visualise_pdrs.py47 def exec_command(self, cmd): member in Executor
87 def exec_command(self, cmd): member in ParamikoExecutor
109 def exec_command(self, cmd): member in SubprocessExecutor
/openbmc/qemu/tests/avocado/avocado_qemu/
H A D__init__.py199 def exec_command(test, command): function