Searched refs:exec_command (Results 1 – 6 of 6) sorted by relevance
/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_s390x_topology.py | 14 from qemu_test import exec_command 198 exec_command(self,
|
/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
|