Home
last modified time | relevance | path

Searched refs:ptyflag (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/build/test/example/
H A Dtest_build_option.py884 resolve_result, result, _ = self.get_common_spec_result(rom_option, cmd, ptyflag=True)
1025 … para_type="enable_pycache", ptyflag=True)
1037 def exec_command_select(self, cmd, timeout=60, ptyflag=False): argument
1040 if not ptyflag:
1103 def get_match_result(self, cmd, para_type, para_value, ptyflag=PTYFLAG): argument
1104 cmd_res, returncode = self.exec_command(cmd, ptyflag=ptyflag)
1122 def get_common_spec_result(self, option, cmd, para_type=None, ptyflag=PTYFLAG): argument
1127 cmd_res, returncode = self.exec_command(cmd, ptyflag=ptyflag)
1136 def exec_command(self, cmd, ptyflag=PTYFLAG, timeout=TIMEOUT): argument
1138 return self.exec_command_select(cmd, timeout=timeout, ptyflag=ptyflag)
H A Dperformance_test.py121 self.ptyflag = ptyflags
384 log_info("ptyflag is :{}".format(self.ptyflag))
386 if self.ptyflag:
601 ptyflag = True if item.get("ptyflag").lower() == "true" else False variable
603 performance = PerformanceAnalyse(cmd, path, report_title, ptyflag)