Home
last modified time | relevance | path

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

/qemu/tests/functional/
H A Dtest_ppc64_hv.py17 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 Dtest_aarch64_rme_virt.py15 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 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_s390x_topology.py14 from qemu_test import exec_command
198 exec_command(self,
/qemu/tests/functional/qemu_test/
H A D__init__.py13 exec_command, exec_command_and_wait_for_pattern, get_qemu_img, which
H A Dcmd.py162 def exec_command(test, command): function