/tools/test/connectivity/acts_tests/tests/google/net/ |
D | LegacyVpnTest.py | 105 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 …]
|
D | VpnOverLTETest.py | 64 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)
|
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 | test_runner.py | 116 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')
|
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_tests/acts_contrib/test_utils/net/ |
D | net_test_utils.py | 158 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 …]
|
D | ui_utils.py | 74 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/ |
D | PowerGnssDpoSimTest.py | 56 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/ |
D | instrumentation_command_builder.py | 75 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/ |
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_tests/tests/google/wifi/ |
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(
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils_tests/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 | 34 cls.PTTT.log_path = '' 56 test_run_config.log_path = '/tmp'
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/ |
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/',
|
D | audio_capture_device.py | 33 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/ |
D | result_reporter.py | 276 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/ |
D | cellular_power_base_test.py | 99 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/ |
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/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | BtSarBaseTest.py | 158 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/ |
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/tests/event/ |
D | event_bus_integration_test.py | 66 test_run_config.log_path = tmp_dir 87 test_run_config.log_path = ''
|