Lines Matching refs:exec_command
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')
140 exec_command(self, 'qemu-system-ppc64 -nographic -smp 2 -m 1g '
150 exec_command(self, 'root')
153 exec_command(self, 'poweroff >& /dev/null')
157 exec_command(self, '')