Home
last modified time | relevance | path

Searched refs:log_file (Results 1 – 9 of 9) sorted by relevance

/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dota_sniffer.py148 log_file = self._get_full_file_path()
149 with open(log_file, 'w') as file:
151 return log_file
285 log_file=self._get_remote_dump_path())
291 log_file=self._get_remote_dump_path())
363 def _process_tshark_dump(self, log_file): argument
376 utils.exe_cmd('cp {} {}'.format(log_file, temp_dump_file))
378 with open(temp_dump_file, 'r') as input_csv, open(log_file,
399 return log_file
437 log_file = self._get_full_file_path(tag)
[all …]
/tools/test/connectivity/acts/framework/acts/controllers/
Diperf_server.py563 log_file=self._get_remote_log_path())
587 log_file = self._get_full_file_path(self._current_tag)
588 with open(log_file, 'w') as f:
594 return log_file
710 log_file=self._get_device_log_path()))
742 log_file = self._get_full_file_path(self._current_tag)
743 with open(log_file, 'w') as f:
750 return log_file
/tools/test/connectivity/acts/framework/tests/controllers/
Diperf_server_test.py168 log_file = server.stop()
171 log_file,
242 log_file = server.stop()
245 log_file,
321 log_file = server.stop()
324 log_file,
/tools/acloud/pull/
Dpull.py79 for log_file in log_files:
80 target_file = os.path.join(download_folder, os.path.basename(log_file))
81 ssh.ScpPullFile(log_file, target_file)
85 def DisplayLog(ssh, log_file, no_prompts=False): argument
97 ssh.Run("tail -f -n +1 %s" % log_file, show_output=True)
Dpull_test.py76 log_file = "file1.log"
77 pull.DisplayLog(_ssh, log_file)
78 expected_cmd = "tail -f -n +1 %s" % log_file
/tools/acloud/public/
Dacloud_main.py303 def _SetupLogging(log_file, verbose): argument
351 if log_file:
352 fhandler = logging.FileHandler(filename=log_file)
369 _SetupLogging(args.log_file, args.verbose)
/tools/test/connectivity/acts_tests/tests/google/power/bt/
DPowerBTcalibrationTest.py41 self.log_file = os.path.join(self.cal_data_path, 'Cal_data.csv')
42 os.makedirs(os.path.dirname(self.log_file), exist_ok=True)
69 with open(self.log_file, 'w', newline='') as f:
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/
DChannelSweepTest.py349 log_file = '%s/%s_%smhz.csv' % (log_path, test_name, channel_bandwidth)
351 (test_name, log_file))
352 with open(log_file, 'a') as csv_file:
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/
Dlogserial.py333 with open(path, 'a') as log_file:
335 log_file.write('{}, {}\n'.format(info[0], info[1]))