Searched refs:GetResultFromGCS (Results 1 – 3 of 3) sorted by relevance
/test/framework/harnesses/host_controller/command_processor/ |
D | command_reproduce_test.py | 207 ret = self._command.GetResultFromGCS("/mock_bin/gsutil", report_msg, 222 self._command.GetResultFromGCS("/mock_bin/gsutil", report_msg, "vts") 239 ret = self._command.GetResultFromGCS("/mock_bin/gsutil", report_msg, 264 ret = self._command.GetResultFromGCS("/mock_bin/gsutil", report_msg, 310 self._command.GetResultFromGCS = mock.Mock(return_value=True) 339 self._command.GetResultFromGCS = mock.Mock(return_value=True)
|
D | command_reproduce.py | 115 if not self.GetResultFromGCS(gsutil_path, report_msg, args.suite): 261 def GetResultFromGCS(self, gsutil_path, report_msg, suite): member in CommandReproduce
|
D | command_retry.py | 66 def GetResultFromGCS(self, gcs_result_path, local_results_dir): member in CommandRetry 177 unzipped_result_dir = self.GetResultFromGCS(
|