/tools/test/connectivity/acts/tests/google/net/ |
D | LegacyVpnTest.py | 87 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 …]
|
D | CoreNetworkingOTATest.py | 65 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/ |
D | logger.py | 192 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)
|
D | test_runner.py | 115 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')
|
D | config_parser.py | 247 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/ |
D | net_test_utils.py | 153 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/ |
D | WifiIOTTwPkg1Test.py | 80 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)
|
D | WifiRvrTwTest.py | 91 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(
|
D | WifiSoftApPerformanceTest.py | 69 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/ |
D | act.py | 202 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/ |
D | save_summary_to_file_test.py | 35 PCBT.log_path = '' 41 test_run_config.log_path = '/tmp'
|
D | consume_parameter_test.py | 32 PCBT.log_path = '' 38 test_run_config.log_path = '/tmp'
|
D | ensure_valid_calibration_table_test.py | 37 PCBT.log_path = '' 44 test_run_config.log_path = '/tmp'
|
D | init_simulation_test.py | 34 PCBT.log_path = '' 40 test_run_config.log_path = '/tmp'
|
D | initialize_simulator_test.py | 34 PCBT.log_path = '' 40 test_run_config.log_path = '/tmp'
|
D | power_tel_traffic_e2e_test.py | 32 cls.PTTT.log_path = '' 55 test_run_config.log_path = '/tmp'
|
/tools/test/connectivity/acts/tests/google/power/gnss/ |
D | PowerGnssDpoSimTest.py | 51 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/ |
D | TelLivePostflightTest.py | 56 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/ |
D | atest_integration_tests.py | 98 def create_test_method(testcase, log_path): argument 112 open(log_path, 'a').write('\n'.join(self.log))
|
D | result_reporter.py | 274 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/ |
D | atest_integration_tests.py | 98 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/ |
D | audio_capture_device.py | 35 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
|
D | CoexBaseTest.py | 117 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/ |
D | uicd_cli.py | 39 def __init__(self, uicd_zip, workflow_paths, log_path=None): argument 50 self._log_path = log_path
|
/tools/test/connectivity/acts/framework/tests/event/ |
D | event_bus_integration_test.py | 66 test_run_config.log_path = tmp_dir 87 test_run_config.log_path = ''
|