Home
last modified time | relevance | path

Searched refs:src_path (Results 1 – 5 of 5) sorted by relevance

/test/vts/utils/python/reporting/
Dreport_file_utils.py88 src_path, argument
108 dir_path = os.path.dirname(src_path)
110 relative_path = os.path.basename(src_path)
133 def _PushReportFile(self, src_path, dest_path): argument
140 logging.info('Uploading log %s to %s.', src_path, dest_path)
142 src_path = NotNoneStr(src_path)
151 shutil.copy(src_path, dest_path)
153 def _PushReportFileGcs(self, src_path, dest_path): argument
164 logging.info('Uploading log %s to %s.', src_path, dest_path)
166 src_path = NotNoneStr(src_path)
[all …]
Dreport_file_utils_test.py34 def simple_PushReportFileGcs(src_path, dest_path): argument
85 src_path = "dir1/dir1_1/dir_1_1_1/file1"
89 src_path=src_path,
96 os.path.relpath(os.path.dirname(src_path), root_dir),
97 os.path.basename(src_path)))
103 os.path.relpath(os.path.dirname(src_path), root_dir),
104 os.path.basename(src_path))))
115 src_path = "dir1/dir1_1/dir_1_1_1/file1"
119 src_path=src_path,
123 self.assertEqual(dest_path, os.path.basename(src_path))
[all …]
/test/framework/harnesses/host_controller/command_processor/
Dcommand_sheet.py133 src_path = self.console.FormatString(args.src)
157 src_path = _GetResultAsXml(src_path, os.path.join(temp_dir, "src"))
158 if not src_path:
161 with open(src_path, "r") as src_file:
Dcommand_upload.py117 for src_path in src_path_list_tmp:
118 file_path = src_path.strip()
/test/vts/runners/adapters/acts/
Dacts_adapter.py106 src_path=self.test_path)