Lines Matching refs:out
241 out = self.execute_shell_command(
243 if not out:
245 LOG.info(out)
246 params = parse_strings_key_value(out)
740 out = self.execute_shell_command("netstat -anp | grep {}".format(port))
741 self.log.debug(out)
742 if out:
743 out = out.split("\n")
744 for data in out:
880 … out = self.execute_shell_command("snapshot_display -f /data/local/tmp/{}".format(picture_name))
881 self.log.debug("result: {}".format(out))
882 if "error" in out and "success" not in out:
1027 out = self.device.execute_shell_command(cmd)
1028 LOG.info("Execute command: {}, result is {}".format(cmd, out))
1031 out = self.device.execute_shell_command(cmd)
1032 LOG.info("Execute command: {}, result is {}".format(cmd, out))
1055 out = self.device.execute_shell_command(cmd)
1056 LOG.info("Execute command: {}, result is {}".format(cmd, out))
1057 if out is not None and "No space left on device" not in out: