Searched refs:PTYFLAG (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/build/test/example/ |
H A D | test_build_option.py | 94 PTYFLAG = True if config.get("build_option").get("ptyflag").lower() == "true" else False variable in TestBuildOption 99 log_info("PTYFLAG:{}".format(PTYFLAG)) 1103 def get_match_result(self, cmd, para_type, para_value, ptyflag=PTYFLAG): 1122 def get_common_spec_result(self, option, cmd, para_type=None, ptyflag=PTYFLAG): 1136 def exec_command(self, cmd, ptyflag=PTYFLAG, timeout=TIMEOUT):
|