Home
last modified time | relevance | path

Searched refs:output_file (Results 1 – 13 of 13) sorted by relevance

/tools/test/connectivity/acts/framework/tests/
Dtest_suite.py24 def run_tests(test_suite, output_file): argument
26 new_stdout = open(output_file, 'w+')
33 def __init__(self, process_result, output_file, test_suite): argument
35 self.output_file = output_file
54 output_file = os.path.join(output_dir, 'test_%s.output' % index)
56 args=(test, output_file))
57 results.append(TestResult(process_result, output_file, test))
65 with open(result.output_file, 'r') as out_file:
71 with open(result.output_file, 'r') as out_file:
/tools/acloud/internal/lib/
Dota_tools.py133 def _RewriteMiscInfo(output_file, input_file, lpmake_path, get_image): argument
167 output_file.write("lpmake=%s\n" % lpmake_path)
171 output_file.write(line)
177 output_file.write("%s_image=%s\n" %
226 def _RewriteSystemQemuConfig(output_file, input_file, get_image): argument
249 output_file.write("%s %s %s\n" % (get_image(split_line[1]),
253 output_file.write(line)
/tools/test/connectivity/acts/framework/acts/test_utils/audio_analysis_lib/
Dcheck_quality.py333 def dump(self, output_file): argument
345 with open(output_file, 'w') as f:
408 def dump(self, output_file): argument
420 with open(output_file, 'w') as f:
495 output_file, argument
548 checker.dump(output_file)
/tools/acloud/public/actions/
Dcommon_operations.py129 def CollectSerialPortLogs(self, output_file, argument
143 device.instance_name, port, output_file)
151 utils.MakeTarFile(src_dict, output_file)
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_performance_test_utils.py396 def generate_figure(self, output_file=None): argument
468 if output_file is not None:
469 self.save_figure(output_file)
472 def _save_figure_json(self, output_file): argument
478 output_file = output_file.replace('.html', '_plot_data.json')
479 with open(output_file, 'w') as outfile:
482 def save_figure(self, output_file): argument
488 bokeh.plotting.output_file(output_file)
490 self._save_figure_json(output_file)
508 bokeh.plotting.output_file(output_file_path)
Dwifi_power_test_utils.py28 from bokeh.plotting import figure, output_file, save
115 output_file(os.path.join(mon_info.data_path, plot_title + '.html'))
347 output_file(output_file_path)
354 output_file(output_file_path)
/tools/test/connectivity/acts/framework/acts/test_utils/power/
DPowerGnssBaseTest.py30 from bokeh.plotting import figure, output_file, save
118 output_file(os.path.join(mon_info.data_path, plot_title + '.html'))
/tools/acloud/public/
Ddevice_driver.py312 def _FetchSerialLogsFromDevices(compute_client, instance_names, output_file, argument
333 utils.MakeTarFile(src_dict, output_file)
429 output_file=serial_log_file)
/tools/trebuchet/trebuchet/system-server-analyzer/
DREADME.md8 …ew :trebuchet:system-server-analyzer:run --args="<trace_file> [-t threshold_ms] [-o output_file]"`.
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Daudio_test_utils.py161 output_file=analysis_path,
Dcoex_test_utils.py67 from bokeh.plotting import figure, output_file, save
1216 output_file(output_file_path)
/tools/test/connectivity/acts/tests/google/bt/audio_lab/
DBtChameleonTest.py88 output_file=analysis_path,
/tools/test/connectivity/acts/tests/google/fuchsia/wlan/
DWlanRvrTest.py35 from bokeh.plotting import output_file
55 output_file('%srvr_throughput_vs_attn_%s.html' % (graph_path, test_name),
213 output_file(f'{output_path}/{test_class_name}/rvr_summary.html',