Home
last modified time | relevance | path

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

1234

/tools/test/connectivity/acts_tests/tests/google/net/
DLegacyVpnTest.py105 self.log_path)
117 self.log_path)
129 self.log_path)
141 self.log_path)
153 self.log_path)
165 self.log_path)
177 self.log_path)
189 self.log_path)
201 self.log_path)
213 self.log_path)
[all …]
DVpnOverLTETest.py64 self.log_path)
75 self.log_path)
86 self.log_path)
97 self.log_path)
108 self.log_path)
119 self.log_path)
130 self.log_path)
141 self.log_path)
152 self.log_path)
163 self.log_path)
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/
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
294 path = os.path.join(self.log_path, 'test_run_summary.json')
303 config_path = os.path.join(self.log_path, 'test_configs.json')
315 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_tests/acts_contrib/test_utils/net/
Dnet_test_utils.py158 ipsec_server_type, log_path): argument
183 local_file_path = os.path.join(log_path, local_cert_name)
200 log_path): argument
234 log_path)
244 def generate_ikev2_vpn_profile(ad, vpn_params, vpn_type, server_addr, log_path): argument
268 "IKEV2_IPSEC_USER_PASS", log_path)
281 "IKEV2_IPSEC_RSA", log_path)
341 log_path = os.path.join(ad.device_log_path, "TCPDUMP_%s" % ad.serial)
342 os.makedirs(log_path, exist_ok=True)
343 ad.adb.pull("%s/. %s" % (TCPDUMP_PATH, log_path),
[all …]
Dui_utils.py74 os.makedirs(device.log_path, exist_ok=True)
76 device.adb.pull('/sdcard/window_dump.xml %s' % device.log_path)
77 return minidom.parse('%s/window_dump.xml' % device.log_path)
/tools/test/connectivity/acts_tests/tests/google/power/gnss/
DPowerGnssDpoSimTest.py56 qxdm_log_path = os.path.join(self.log_path, 'QXDM')
60 gps_log_path = os.path.join(self.log_path, 'GPS_LOGS')
77 qxdm_log_path = os.path.join(self.log_path, 'QXDM')
82 gps_log_path = os.path.join(self.log_path, 'GPS_LOGS')
/tools/test/connectivity/acts_tests/acts_contrib/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
/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_tests/tests/google/wifi/
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(
/tools/test/connectivity/acts_tests/acts_contrib/test_utils_tests/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.py34 cls.PTTT.log_path = ''
56 test_run_config.log_path = '/tmp'
/tools/test/connectivity/acts_tests/acts_contrib/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/',
Daudio_capture_device.py33 self.wave_file = os.path.join(self.log_path, WAVE_FILE_TEMPLATE)
34 self.file_dir = self.log_path
37 def log_path(self): member in AudioCaptureBase
/tools/asuite/atest/
Dresult_reporter.py276 self.log_path = None
407 if self.log_path:
408 print('Test Logs have saved in %s' % self.log_path)
435 if self.log_path:
436 print('Test Logs have saved in %s' % self.log_path)
505 find_logs = au.find_files(self.log_path,
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/cellular/
Dcellular_power_base_test.py99 path = os.path.join(self.log_path, self.RESULTS_SUMMARY_FILENAME)
111 self.log_path, '{}_{}'.format(sim_type,
/tools/test/connectivity/acts_tests/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/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
DBtSarBaseTest.py158 self.log_path = os.path.join(logging.log_path, 'results')
159 os.makedirs(self.log_path, exist_ok=True)
235 results_file_path = os.path.join(self.log_path, '{}.html'.format(
284 results_file_path = os.path.join(self.log_path, '{}.csv'.format(
465 results_file_path = os.path.join(self.log_path, self.current_test_name)
/tools/asuite/atest-py2/
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/tests/event/
Devent_bus_integration_test.py66 test_run_config.log_path = tmp_dir
87 test_run_config.log_path = ''

1234