Home
last modified time | relevance | path

Searched refs:result_path (Results 1 – 6 of 6) sorted by relevance

/test/vts/runners/adapters/acts/
Dacts_adapter.py78 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/
Dcommand_reproduce.py272 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
Dcommand_reproduce_test.py205 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"
Dcommand_upload.py188 suite_res_msg.result_path = log_path
/test/vts/testcases/template/mobly/
Dmobly_test.py188 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/
DTestSuiteResultMessage.proto29 optional string result_path = 2; field