Searched refs:run_background (Results 1 – 10 of 10) sorted by relevance
94 self.run_background('echo b > /proc/sysrq-trigger')109 self.run_background('sleep 1 ; halt')150 self.run_background(reboot_cmd)193 self.run_background(suspend_cmd)
282 self.run_background('reboot recovery')
170 remote_pid = self._host.run_background(remote_cmd)
338 def run_background(self, command, verbose=True): member in SSHHost
94 pid = self.s_host.run_background(CMD)97 self.s_host.run_background('kill -9 ' + pid)
15 client.run_background('u2fd --force_g2f')
184 return host.run_background(';'.join(cmd))
267 self._top_pid = self._client_host.run_background(top_command)
34 self.display_pid = self.host.run_background(
166 def run_background(self, cmd_line, *args, **kwargs): member in HostMock