Home
last modified time | relevance | path

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

1234

/tools/test/connectivity/acts/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 …]
DCoreNetworkingOTATest.py65 self.ipsec_server_type[0], self.log_path)
70 self.ipsec_server_type[0], self.log_path)
75 self.ipsec_server_type[0], self.log_path)
/tools/test/connectivity/acts/framework/acts/
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)
Dtest_runner.py115 self.test_run_config.log_path = os.path.abspath(
116 os.path.join(self.test_run_config.log_path, self.testbed_name,
118 logger.setup_test_logger(self.log_path, self.testbed_name)
121 os.path.join(self.log_path, records.OUTPUT_FILE_SUMMARY))
128 def log_path(self): member in TestRunner
130 return self.test_run_config.log_path
314 path = os.path.join(self.log_path, 'test_run_summary.json')
323 config_path = os.path.join(self.log_path, 'test_configs.json')
335 path = os.path.join(self.log_path, 'test_campaign.log')
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.py153 ipsec_server_type, log_path): argument
174 local_file_path = os.path.join(log_path, local_cert_name)
191 log_path): argument
225 log_path)
291 log_path = os.path.join(ad.log_path, test_name)
292 os.makedirs(log_path, exist_ok=True)
293 ad.adb.pull("%s/. %s" % (TCPDUMP_PATH, log_path), timeout=adb_pull_timeout)
296 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(
DWifiSoftApPerformanceTest.py69 self.log_path = os.path.join(logging.log_path, 'results')
70 os.makedirs(self.log_path, exist_ok=True)
/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/tests/test_utils/power/tel/lab/
Dsave_summary_to_file_test.py35 PCBT.log_path = ''
41 test_run_config.log_path = '/tmp'
Dconsume_parameter_test.py32 PCBT.log_path = ''
38 test_run_config.log_path = '/tmp'
Densure_valid_calibration_table_test.py37 PCBT.log_path = ''
44 test_run_config.log_path = '/tmp'
Dinit_simulation_test.py34 PCBT.log_path = ''
40 test_run_config.log_path = '/tmp'
Dinitialize_simulator_test.py34 PCBT.log_path = ''
40 test_run_config.log_path = '/tmp'
Dpower_tel_traffic_e2e_test.py32 cls.PTTT.log_path = ''
55 test_run_config.log_path = '/tmp'
/tools/test/connectivity/acts/tests/google/power/gnss/
DPowerGnssDpoSimTest.py51 qxdm_log_path = os.path.join(self.log_path, 'QXDM')
64 qxdm_log_path = os.path.join(self.log_path, 'QXDM')
/tools/test/connectivity/acts/tests/google/tel/live/
DTelLivePostflightTest.py56 crash_path = os.path.join(ad.log_path, self.test_name,
77 crash_path = os.path.join(ad.log_path, self.test_name,
/tools/asuite/atest/
Datest_integration_tests.py98 def create_test_method(testcase, log_path): argument
112 open(log_path, 'a').write('\n'.join(self.log))
Dresult_reporter.py274 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)
/tools/tradefederation/core/atest/
Datest_integration_tests.py98 def create_test_method(testcase, log_path): argument
112 open(log_path, 'a').write('\n'.join(self.log))
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Daudio_capture_device.py35 self.wave_file = os.path.join(self.log_path, WAVE_FILE_TEMPLATE)
36 self.file_dir = self.log_path
39 def log_path(self): member in AudioCaptureBase
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/libs/uicd/
Duicd_cli.py39 def __init__(self, uicd_zip, workflow_paths, log_path=None): argument
50 self._log_path = log_path
/tools/test/connectivity/acts/framework/tests/event/
Devent_bus_integration_test.py66 test_run_config.log_path = tmp_dir
87 test_run_config.log_path = ''

1234