Searched refs:result_path (Results 1 – 6 of 6) sorted by relevance
/test/vts/runners/adapters/acts/ |
D | acts_adapter.py | 78 self.result_path = os.path.join(logging.log_path, TEMP_DIR_NAME, 80 file_util.Makedirs(self.result_path) 82 self.result_path)) 86 self.config_path = os.path.join(self.result_path, CONFIG_FILE_NAME) 94 file_util.Rmdirs(self.result_path, ignore_errors=True) 105 log_path=self.result_path, 160 file_path = file_util.FindFile(self.result_path, RESULT_FILE_NAME) 167 RESULT_FILE_NAME, self.result_path) 174 def ParseJsonResults(self, result_path): argument 180 with open(result_path, 'r') as f:
|
/test/framework/harnesses/host_controller/command_processor/ |
D | command_reproduce.py | 272 result_base_path = report_msg.result_path 286 for result_path in result_path_list: 287 if re.match(".*results_.*\.zip", result_path): 288 result_zip_url = result_path
|
D | command_reproduce_test.py | 205 report_msg.result_path = "gs://bucket/path/to/log/files" 215 report_msg.result_path = "gs://bucket/path/to/log/files" 232 report_msg.result_path = "gs://bucket/path/to/log/files" 249 report_msg.result_path = "gs://bucket/path/to/log/files"
|
D | command_upload.py | 188 suite_res_msg.result_path = log_path
|
/test/vts/testcases/template/mobly/ |
D | mobly_test.py | 188 def ParseJsonResults(self, result_path): argument 212 def ParseYamlResults(self, result_path): argument 218 with open(result_path, 'r') as stream:
|
/test/vti/dashboard/src/main/proto/ |
D | TestSuiteResultMessage.proto | 29 optional string result_path = 2; field
|