Home
last modified time | relevance | path

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

/qemu/tests/avocado/
H A Dppc_hv_tests.py13 from avocado_qemu import wait_for_console_pattern, exec_command
108 exec_command(self, 'root')
113 exec_command(self, 'setup-alpine -qe')
117 exec_command(self, 'poweroff')
126 exec_command(self, 'apk update')
128 exec_command(self, 'apk add qemu-system-ppc64')
130 exec_command(self, 'modprobe kvm-hv')
141 exec_command(self, 'qemu-system-ppc64 -nographic -smp 2 -m 1g '
151 exec_command(self, 'root')
154 exec_command(self, 'poweroff >& /dev/null')
[all …]
H A Dmachine_aarch64_virt.py17 from avocado_qemu import exec_command
119 exec_command(self, 'root')
121 exec_command(self, 'dd if=/dev/hwrng of=/dev/vda bs=512 count=4')
123 exec_command(self, 'md5sum /dev/vda')
125 exec_command(self, 'cat /proc/interrupts')
127 exec_command(self, 'cat /proc/self/maps')
H A Dtuxrun_baselines.py18 from avocado_qemu import exec_command, exec_command_and_wait_for_pattern
152 exec_command(self, 'root')
154 exec_command(self, 'cat /proc/interrupts')
156 exec_command(self, 'cat /proc/self/maps')
158 exec_command(self, 'uname -a')
583 exec_command(self, 'root')
H A Dmachine_microblaze.py9 from avocado_qemu import exec_command, exec_command_and_wait_for_pattern
57 exec_command(self, 'root')
H A Dmachine_aspeed.py16 from avocado_qemu import exec_command
156 exec_command(self, 'root')
158 exec_command(self, "passw0rd")
231 exec_command(self, 'i2cset -y 3 0x42 0x64 0x00 0xaa i');
H A Dmultiprocess.py12 from avocado_qemu import exec_command
63 exec_command(self, 'mount -t sysfs sysfs /sys')
H A Ds390_topology.py16 from avocado_qemu import exec_command
213 exec_command(self,
H A Dboot_linux_console.py20 from avocado_qemu import exec_command
/qemu/tests/avocado/avocado_qemu/
H A D__init__.py201 def exec_command(test, command): function