Searched refs:exec_command (Results 1 – 9 of 9) sorted by relevance
| /openbmc/qemu/tests/functional/ |
| H A D | test_ppc64_hv.py | 17 from qemu_test import wait_for_console_pattern, exec_command 90 exec_command(self, 'echo "TEST ME"') 92 exec_command(self, 'poweroff') 109 exec_command(self, 'qemu-system-ppc64 -nographic -smp 2 -m 1g ' 121 exec_command(self, 'poweroff')
|
| H A D | test_aarch64_rme_virt.py | 15 from qemu_test import exec_command, wait_for_console_pattern 21 exec_command(test_rme_instance, 39 exec_command(test_rme_instance, 'cca-workload-attestation report')
|
| H A D | test_multiprocess.py | 13 from qemu_test import exec_command, exec_command_and_wait_for_pattern 81 exec_command(self, 'mount -t sysfs sysfs /sys')
|
| H A D | test_aarch64_device_passthrough.py | 15 from qemu_test import exec_command, wait_for_console_pattern
|
| H A D | test_s390x_topology.py | 14 from qemu_test import exec_command 198 exec_command(self,
|
| /openbmc/pldm/tools/visualize-pdr/ |
| H A D | pldm_visualise_pdrs.py | 47 def exec_command(self, cmd): member in Executor 87 def exec_command(self, cmd): member in ParamikoExecutor 88 _, stdout, stderr = self.client.exec_command(cmd) 109 def exec_command(self, cmd): member in SubprocessExecutor 325 process = executor.exec_command(command_fmt.format(str(record_handle))) 342 process = executor.exec_command("pldmtool platform getpdr -a") 346 process = executor.exec_command("pldmtool platform getpdr -d 0")
|
| /openbmc/qemu/tests/functional/qemu_test/ |
| H A D | __init__.py | 13 exec_command, exec_command_and_wait_for_pattern, get_qemu_img, which
|
| H A D | cmd.py | 162 def exec_command(test, command): function
|
| /openbmc/openbmc-test-automation/ffdc/lib/ |
| H A D | ssh_utility.py | 131 stdin, stdout, stderr = self.sshclient.exec_command(
|