Home
last modified time | relevance | path

Searched refs:log_path (Results 1 – 25 of 88) sorted by relevance

1234

/tools/test/connectivity/acts_tests/tests/google/net/
DLegacyVpnTest.py87 self.log_path)
101 self.log_path)
115 self.log_path)
129 self.log_path)
143 self.log_path)
157 self.log_path)
171 self.log_path)
185 self.log_path)
199 self.log_path)
213 self.log_path)
[all …]
/tools/test/connectivity/acts/framework/acts/
Dtest_runner.py116 self.test_run_config.log_path = os.path.abspath(
117 os.path.join(self.test_run_config.log_path, self.testbed_name,
119 logger.setup_test_logger(self.log_path, self.testbed_name)
122 os.path.join(self.log_path, records.OUTPUT_FILE_SUMMARY))
130 def log_path(self): member in TestRunner
132 return self.test_run_config.log_path
318 path = os.path.join(self.log_path, 'test_run_summary.json')
327 config_path = os.path.join(self.log_path, 'test_configs.json')
339 path = os.path.join(self.log_path, 'test_campaign.log')
Dlogger.py192 def _setup_test_logger(log_path, prefix=None): argument
203 logging.log_path = log_path
253 def setup_test_logger(log_path, prefix=None): argument
262 os.makedirs(log_path, exist_ok=True)
263 _setup_test_logger(log_path, prefix)
264 create_latest_log_alias(log_path)
Dbase_test.py192 self.log_path = configs.log_path
898 log_path = getattr(logging, "log_path", None)
899 if log_path:
900 curr_log_size = utils.get_directory_size(log_path)
938 self.log_path, logger.epoch_to_log_line_timestamp(begin_time))
Dconfig_parser.py247 test_run_config.log_path = configs.get(keys.Config.key_log_path.value,
249 if test_run_config.log_path is not None:
250 test_run_config.log_path = utils.abs_path(test_run_config.log_path)
/tools/test/connectivity/acts/framework/acts/test_utils/net/
Dnet_test_utils.py147 ipsec_server_type, log_path): argument
168 local_file_path = os.path.join(log_path, local_cert_name)
185 log_path): argument
219 log_path)
285 log_path = os.path.join(ad.log_path, test_name)
286 os.makedirs(log_path, exist_ok=True)
287 ad.adb.pull("%s/. %s" % (TCPDUMP_PATH, log_path), timeout=adb_pull_timeout)
290 return "%s/%s" % (log_path, file_name)
/tools/test/connectivity/acts/tests/google/wifi/
DWifiIOTTwPkg1Test.py80 self.log_path = os.path.join(logging.log_path, "IOT_results")
81 os.makedirs(self.log_path, exist_ok=True)
143 self.iperf_server.log_path, "IperfDUT,{},TX_client_{}".format(
187 self.iperf_server.log_path, "IperfDUT,{},RX_server_{}".format(
223 results_file_path = "{}/{}.json".format(self.log_path,
233 with open("{}/Result.csv".format(self.log_path), "a", newline="") as csv_file:
246 self.full_out_path = os.path.join(self.log_path, out_file_name)
253 self.full_out_path = os.path.join(self.log_path, out_file_name)
DWifiRvrTwTest.py91 self.log_path = os.path.join(logging.log_path, "rvr_results")
92 os.makedirs(self.log_path, exist_ok=True)
123 with open("{}/Result.csv".format(self.log_path), "a", newline="") as csv_file:
303 results_file_path = "{}/{}_angle{}_{}dB.json".format(self.log_path,
346 self.iperf_server.log_path, "IperfDUT,{},TX_client_{}_angle{}_{}dB".format(
395 self.iperf_server.log_path, "IperfDUT,{},RX_server_{}_angle{}_{}dB".format(
DWifiRvrTest.py84 self.log_path = os.path.join(logging.log_path, 'results')
85 os.makedirs(self.log_path, exist_ok=True)
137 output_file_path = os.path.join(self.log_path, 'results.html')
246 self.log_path, '{}.json'.format(self.current_test_name))
294 output_file_path = os.path.join(self.log_path,
792 output_file_path = os.path.join(self.log_path, 'results.html')
DWifiRssiTest.py77 self.log_path = os.path.join(logging.log_path, 'results')
78 os.makedirs(self.log_path, exist_ok=True)
221 results_file_path = os.path.join(self.log_path, self.current_test_name)
318 output_file_path = os.path.join(self.log_path,
377 output_file_path = os.path.join(self.log_path,
421 output_file_path = os.path.join(self.log_path,
DWifiPingTest.py85 self.log_path = os.path.join(logging.log_path, 'results')
86 os.makedirs(self.log_path, exist_ok=True)
132 results_file_path = os.path.join(self.log_path,
251 self.log_path, '{}.json'.format(self.current_test_name))
272 self.log_path, '{}.html'.format(self.current_test_name))
DWifiThroughputStabilityTest.py115 self.log_path = os.path.join(logging.log_path, 'test_results')
116 os.makedirs(self.log_path, exist_ok=True)
185 results_file_path = os.path.join(self.log_path,
228 output_file_path = os.path.join(self.log_path,
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py365 self.log_path = os.path.join(log_path_base, self.log_dir)
573 self.log.info("Logcat to %s died", self.log_path)
727 adb_excerpt_dir = os.path.join(self.log_path, dest_path)
1009 host_path = self.log_path
1044 crash_log_path = os.path.join(self.log_path, test_name,
1054 log_path = getattr(self, "qxdm_log_path", DEFAULT_QXDM_LOG_PATH)
1056 log_path, begin_time=begin_time, match_string="*.qmdl")
1068 self.log.error("Didn't find QXDM logs in %s." % log_path)
1084 log_path = getattr(self, "sdm_log_path", DEFAULT_SDM_LOG_PATH)
1086 log_path, begin_time=begin_time, match_string="*.sdm*")
[all …]
Dfuchsia_device.py218 self.log_path = os.path.join(log_path_base,
221 self.log_path, "fuchsialog_%s_debug.txt" % self.serial)
787 self.log_process = start_syslog(self.serial, self.log_path,
805 full_out_path = os.path.join(self.log_path, out_name)
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveStressTest.py178 dst_dir = os.path.join(self.log_path, test_name)
529 gps_log_path = os.path.join(self.log_path, test_name)
543 log_path = os.path.join(self.log_path, test_name,
545 os.makedirs(log_path, exist_ok=True)
546 ad.pull_files(BINDER_LOGS, log_path)
562 log_path = os.path.join(self.log_path, test_name,
564 os.makedirs(log_path, exist_ok=True)
565 ad.pull_files(BINDER_LOGS, log_path)
656 self.perf_file = os.path.join(self.log_path, "%s_perf_data_%s.json" %
/tools/asuite/atest/
Dresult_reporter.py275 self.log_path = None
384 if self.log_path:
385 print('Test Logs have saved in %s' % self.log_path)
406 if self.log_path:
407 print('Test Logs have saved in %s' % self.log_path)
476 find_logs = au.find_files(self.log_path,
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
DTelephonyBaseTest.py109 ad.log_path = self.log_path
163 self.log_path = getattr(logging, "log_path", None)
180 self.log_path = getattr(logging, "log_path", None)
222 ad.log_path = self.log_path
553 src_dir = os.path.join(self.log_path, test_name)
/tools/tradefederation/core/atest/test_runners/
Datest_tf_test_runner.py80 self.log_path = os.path.join(results_dir, LOG_FOLDER_NAME)
81 if not os.path.exists(self.log_path):
82 os.makedirs(self.log_path)
83 log_args = {'log_path': self.log_path}
126 reporter.log_path = self.log_path
/tools/asuite/atest/test_runners/
Datest_tf_test_runner.py83 self.log_path = os.path.join(results_dir, LOG_FOLDER_NAME)
84 if not os.path.exists(self.log_path):
85 os.makedirs(self.log_path)
86 log_args = {'log_path': self.log_path,
146 reporter.log_path = self.log_path
/tools/test/connectivity/acts/framework/tests/
Dacts_android_device_test.py118 logging.log_path, "AndroidDevice%s" % self.serial,
263 expected_lp = os.path.join(logging.log_path,
265 self.assertEqual(ad.log_path, expected_lp)
331 logging.log_path, "AndroidDevice%s" % ad.serial)
352 logging.log_path, "AndroidDevice%s" % ad.serial)
376 logging.log_path, "AndroidDevice%s" % ad.serial)
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
DCoexBaseTest.py117 self.log_path = os.path.join(self.pri_ad.log_path,
119 os.makedirs(self.log_path, exist_ok=True)
120 self.json_file = os.path.join(self.log_path, 'test_results.json')
185 output_path = '{}{}{}'.format(self.pri_ad.log_path, '/Fping/',
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_test_utils.py2108 log_path = os.path.join(ad.log_path, test_name,
2110 os.makedirs(log_path, exist_ok=True)
2111 ad.pull_files(logs, log_path)
2230 log_path = os.path.join(ad.device_log_path, "CNSS_DIAG_%s" % ad.serial)
2231 os.makedirs(log_path, exist_ok=True)
2232 ad.pull_files(logs, log_path)
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
DBtSarBaseTest.py137 self.log_path = os.path.join(logging.log_path, 'results')
138 os.makedirs(self.log_path, exist_ok=True)
212 self.log_path, '{}.html'.format(self.current_test_name))
396 results_file_path = os.path.join(self.log_path, self.current_test_name)
/tools/test/connectivity/acts/framework/acts/bin/
Dact.py202 test_run_config.log_path = args.logpath
217 if not test_run_config.log_path:
220 test_run_config.log_path = utils.abs_path(test_run_config.log_path)
/tools/test/connectivity/acts/framework/acts/test_utils/instrumentation/device/command/
Dinstrumentation_command_builder.py75 def set_nohup(self, log_path=None): argument
83 if log_path is None:
84 log_path = os.path.join('$EXTERNAL_STORAGE',
87 self._nohup_log_path = log_path

1234