Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/tests/
Dtest_suite.py32 def __init__(self, test_result, output_file, test_suite, test_filename): argument
34 self.output_file = output_file
60 output_file = os.path.join(output_dir, 'test_%s.output' % index)
63 stdout=open(output_file, 'w+'),
66 TestResult(test_result, output_file, test, test_files[index]))
75 with open(result.output_file, 'r') as out_file:
82 with open(result.output_file, 'r') as out_file:
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_performance_test_utils.py409 def generate_figure(self, output_file=None, save_json=True): argument
481 if output_file is not None:
482 self.save_figure(output_file, save_json)
491 def _save_figure_json(self, output_file): argument
495 output_file = output_file.replace('.html', '_plot_data.json')
496 with open(output_file, 'w') as outfile:
499 def save_figure(self, output_file, save_json=True): argument
506 bokeh.plotting.output_file(output_file)
509 self._save_figure_json(output_file)
528 bokeh.plotting.output_file(output_file_path)
/tools/acloud/internal/lib/
Dota_tools.py144 def _RewriteMiscInfo(output_file, input_file, lpmake_path, get_image): argument
178 output_file.write(b("lpmake=%s\n" % lpmake_path))
182 output_file.write(b(line))
188 output_file.write(b("%s_image=%s\n" %
237 def _RewriteSystemQemuConfig(output_file, input_file, get_image): argument
260 output_file.write(b("%s %s %s\n" % (get_image(split_line[1]),
264 output_file.write(b(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/test/connectivity/acts/framework/acts/test_utils/power/
Dplot_utils.py26 from bokeh.plotting import figure, output_file, save
102 output_file(os.path.join(mon_info.data_path, plot_title + '.html'))
182 output_file(os.path.join(mon_info.data_path, plot_title + '.html'))
213 output_file(os.path.join(mon_info.data_path, plot_title + '.html'))
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/actions/
Dcommon_operations.py137 def CollectSerialPortLogs(self, output_file, argument
151 device.instance_name, port, output_file)
159 utils.MakeTarFile(src_dict, output_file)
/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/test/connectivity/acts_tests/tests/google/fuchsia/wlan/
DWlanRvrTest.py36 from bokeh.plotting import output_file
56 output_file('%srvr_throughput_vs_attn_%s.html' % (graph_path, test_name),
203 output_file(f'{output_path}/{test_class_name}/rvr_summary.html',
DChannelSweepTest.py26 from bokeh.plotting import output_file
369 output_file(output_file_name)
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Dcoex_test_utils.py66 from bokeh.plotting import figure, output_file, save
1123 output_file(output_file_path)
1279 output_file(output_file_path)
Daudio_test_utils.py161 output_file=analysis_path,
/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_tests/tests/google/bt/audio_lab/
DBtChameleonTest.py88 output_file=analysis_path,