/openbmc/qemu/tests/functional/ |
H A D | test_ppc64_hv.py | 14 from qemu_test import wait_for_console_pattern, exec_command 107 exec_command(self, 'root') 111 exec_command(self, 'date -s "' + datetime.utcnow().strftime('%Y-%m-%d %H:%M:%S' + '"')) 112 exec_command(self, 'setup-alpine -qe') 116 exec_command(self, 'poweroff') 121 … exec_command(self, 'echo http://dl-cdn.alpinelinux.org/alpine/v3.18/main > /etc/apk/repositories') 123 …exec_command(self, 'echo http://dl-cdn.alpinelinux.org/alpine/v3.18/community >> /etc/apk/reposito… 125 exec_command(self, 'apk update') 127 exec_command(self, 'apk add qemu-system-ppc64') 129 exec_command(self, 'modprobe kvm-hv') [all …]
|
H A D | test_aarch64_virt.py | 19 from qemu_test import exec_command, wait_for_console_pattern 112 exec_command(self, 'root') 114 exec_command(self, 'dd if=/dev/hwrng of=/dev/vda bs=512 count=4') 116 exec_command(self, 'md5sum /dev/vda') 118 exec_command(self, 'cat /proc/interrupts') 120 exec_command(self, 'cat /proc/self/maps')
|
H A D | test_microblazeel_s3adsp1800.py | 11 from qemu_test import exec_command, exec_command_and_wait_for_pattern 35 exec_command(self, 'root')
|
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_microblaze_s3adsp1800.py | 11 from qemu_test import exec_command, exec_command_and_wait_for_pattern
|
H A D | test_s390x_topology.py | 17 from qemu_test import exec_command 204 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
|
H A D | tuxruntest.py | 17 from qemu_test import exec_command, exec_command_and_wait_for_pattern
|
H A D | cmd.py | 210 def exec_command(test, command): function
|
/openbmc/openbmc-test-automation/ffdc/lib/ |
H A D | ssh_utility.py | 101 stdin, stdout, stderr = self.sshclient.exec_command(
|
/openbmc/qemu/tests/avocado/avocado_qemu/ |
H A D | __init__.py | 199 def exec_command(test, command): function
|
/openbmc/qemu/tests/avocado/ |
H A D | boot_linux_console.py | 20 from avocado_qemu import exec_command
|
/openbmc/linux/Documentation/driver-api/ |
H A D | libata.rst | 219 Command register, and call :c:func:`exec_command` to begin the transfer.
|