Home
last modified time | relevance | path

Searched refs:exec_command (Results 1 – 14 of 14) sorted by relevance

/openbmc/qemu/tests/functional/
H A Dtest_ppc64_hv.py14 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')
121exec_command(self, 'echo http://dl-cdn.alpinelinux.org/alpine/v3.18/main > /etc/apk/repositories')
123exec_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 Dtest_aarch64_virt.py19 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 Dtest_microblazeel_s3adsp1800.py11 from qemu_test import exec_command, exec_command_and_wait_for_pattern
35 exec_command(self, 'root')
H A Dtest_multiprocess.py13 from qemu_test import exec_command, exec_command_and_wait_for_pattern
81 exec_command(self, 'mount -t sysfs sysfs /sys')
H A Dtest_microblaze_s3adsp1800.py11 from qemu_test import exec_command, exec_command_and_wait_for_pattern
H A Dtest_s390x_topology.py17 from qemu_test import exec_command
204 exec_command(self,
/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
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__.py13 exec_command, exec_command_and_wait_for_pattern, get_qemu_img
H A Dtuxruntest.py17 from qemu_test import exec_command, exec_command_and_wait_for_pattern
H A Dcmd.py210 def exec_command(test, command): function
/openbmc/openbmc-test-automation/ffdc/lib/
H A Dssh_utility.py101 stdin, stdout, stderr = self.sshclient.exec_command(
/openbmc/qemu/tests/avocado/avocado_qemu/
H A D__init__.py199 def exec_command(test, command): function
/openbmc/qemu/tests/avocado/
H A Dboot_linux_console.py20 from avocado_qemu import exec_command
/openbmc/linux/Documentation/driver-api/
H A Dlibata.rst219 Command register, and call :c:func:`exec_command` to begin the transfer.