Home
last modified time | relevance | path

Searched refs:output_file_path (Results 1 – 10 of 10) sorted by relevance

/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_power_test_utils.py290 output_file_path=None): argument
346 if output_file_path is not None:
347 output_file(output_file_path)
352 def save_bokeh_plots(plot_array, output_file_path): argument
354 output_file(output_file_path)
Dwifi_performance_test_utils.py493 def save_figures(figure_array, output_file_path): argument
502 json_file_path = output_file_path.replace(
508 bokeh.plotting.output_file(output_file_path)
/tools/test/connectivity/acts/tests/google/wifi/
DWifiRoamingPerformanceTest.py177 testcase_params, result, output_file_path=plot_file_path)
181 testcase_params, result, output_file_path=plot_file_path)
353 output_file_path=None): argument
381 figure.generate_figure(output_file_path)
387 output_file_path=None): argument
416 figure.generate_figure(output_file_path)
DWifiRvrTest.py143 output_file_path = os.path.join(self.log_path, 'results.html')
144 wputils.BokehFigure.save_figures(figure_list, output_file_path)
300 output_file_path = os.path.join(self.log_path,
302 figure.generate_figure(output_file_path)
796 output_file_path = os.path.join(self.log_path, 'results.html')
797 wputils.BokehFigure.save_figures(figure_list, output_file_path)
DWifiRssiTest.py329 output_file_path = os.path.join(self.log_path,
331 figure.generate_figure(output_file_path)
388 output_file_path = os.path.join(self.log_path,
390 figure.generate_figure(output_file_path)
432 output_file_path = os.path.join(self.log_path,
434 figure.generate_figure(output_file_path)
DWifiSensitivityTest.py774 output_file_path = os.path.join(current_context,
776 curr_plot.generate_figure(output_file_path)
778 output_file_path = os.path.join(current_context, 'results.html')
779 wputils.BokehFigure.save_figures(plots, output_file_path)
DWifiThroughputStabilityTest.py236 output_file_path = os.path.join(self.log_path,
238 figure.generate_figure(output_file_path)
DWifiPingTest.py265 output_file_path = os.path.join(
267 figure.generate_figure(output_file_path)
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
DCoexPerformanceBaseTest.py334 output_file_path = os.path.join(self.pri_ad.log_path,
342 output_file_path=output_file_path)
Dcoex_test_utils.py1069 output_file_path=None): argument
1213 output_file_path=None)
1215 if output_file_path is not None:
1216 output_file(output_file_path)