Home
last modified time | relevance | path

Searched refs:src_path (Results 1 – 3 of 3) 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/vts/runners/adapters/acts/
Dacts_adapter.py106 src_path=self.test_path)