Home
last modified time | relevance | path

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

/test/vts/utils/python/reporting/
Dreport_file_utils.py124 dest_path = relative_path
126 dest_path = os.path.join(self._destination_dir, relative_path)
128 url = dest_path
131 return dest_path, url
133 def _PushReportFile(self, src_path, dest_path): argument
140 logging.info('Uploading log %s to %s.', src_path, dest_path)
143 dest_path = NotNoneStr(dest_path)
145 parent_dir = os.path.dirname(dest_path)
151 shutil.copy(src_path, dest_path)
153 def _PushReportFileGcs(self, src_path, dest_path): argument
[all …]
Dreport_file_utils_test.py34 def simple_PushReportFileGcs(src_path, dest_path): argument
88 dest_path, url = _report_file_util._ConvertReportPath(
94 dest_path,
118 dest_path, url = _report_file_util._ConvertReportPath(
123 self.assertEqual(dest_path, os.path.basename(src_path))
141 dest_path, url = _report_file_util._ConvertReportPath(
147 dest_path,