| D | device.py | 314 out = self.execute_shell_command( 364 stdout = self.execute_shell_command(command, timeout=5 * 1000, 380 stdout = self.execute_shell_command(command, timeout=5 * 1000, 418 def execute_shell_command(self, command, timeout=TIMEOUT, member in Device 422 HdcHelper.execute_shell_command( 427 return HdcHelper.execute_shell_command( 433 status = HdcHelper.execute_shell_command(self, command, 486 ret = self.execute_shell_command("test -d %s && echo 0" % remote, retry=0) 489 self.execute_shell_command("mkdir -p %s" % remote, retry=0) 519 ret = self.execute_shell_command("whoami") [all …]
|