Searched refs:log_path (Results 1 – 11 of 11) sorted by relevance
/test/vts/runners/host/ |
D | logger.py | 131 def _initiateTestLogger(log_path, prefix=None, filename=None, log_severity="INFO"): argument 169 utils.create_dir(log_path) 176 addLogFile(log_path=log_path, 180 log.log_path = log_path 181 logging.log_path = log_path 217 def setupTestLogger(log_path, argument 237 utils.create_dir(log_path) 238 logger = _initiateTestLogger(log_path, prefix, filename, log_severity) 240 createLatestLogAlias(log_path) 241 return os.path.join(log_path, filename) [all …]
|
D | test_runner.py | 178 self.log_path = os.path.abspath(l_path) 182 self.log_path, 381 self.test_run_info[keys.ConfigKeys.IKEY_LOG_PATH] = self.log_path 484 path = os.path.join(self.log_path, "test_run_summary.json")
|
D | base_test.py | 546 report_proto_path = os.path.join(logging.log_path, 1326 path_retry_log = os.path.join(logging.log_path, 'retry_log.txt') 1495 parent_dir = os.path.join(logging.log_path, 'bugreport') 1581 parent_dir = os.path.join(logging.log_path, 'logcat')
|
/test/vts/testcases/template/mobly/ |
D | mobly_test.py | 89 self.mobly_dir = os.path.join(logging.log_path, TEMP_DIR_NAME, 115 log_path=self.mobly_dir 153 logger_path = logger.log_path 154 logging_path = logging.log_path 159 logger.log_path = logger_path 160 logging.log_path = logging_path
|
/test/vts/tools/vts-tradefed/res/default/ |
D | DefaultTestCase.runner_conf | 3 "log_path": "/tmp/logs",
|
/test/vts/runners/adapters/acts/ |
D | acts_adapter.py | 78 self.result_path = os.path.join(logging.log_path, TEMP_DIR_NAME, 105 log_path=self.result_path,
|
/test/vts/utils/python/controllers/ |
D | android_device.py | 391 self.log_path = os.path.join(base_log_path, "AndroidDevice%s" % serial) 778 utils.create_dir(self.log_path) 779 logcat_file_path = os.path.join(self.log_path, f_name) 816 br_path = os.path.join(self.log_path, "BugReports") 1265 self.log_path, 'vts_agent_%s_%s.log' % (bitness, self.serial))
|
/test/vts/utils/python/reporting/ |
D | log_uploading_utils.py | 123 source_dir=logging.log_path,
|
/test/framework/harnesses/host_controller/command_processor/ |
D | command_upload.py | 175 def UploadReport(self, gsutil_path, report_path, log_path, results_path, argument 188 suite_res_msg.result_path = log_path
|
/test/vts/utils/python/instrumentation/ |
D | test_framework_instrumentation.py | 200 directory = logging.log_path
|
/test/vts/testcases/host/camera_its/ |
D | CameraITSTest.py | 82 self.out_path = logging.log_path
|