Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/cellular/performance/
DCellularLteRvrTest.py122 output_file_path = os.path.join(self.log_path, 'results.html')
123 BokehFigure.save_figures(figure_list, output_file_path)
176 output_file_path = os.path.join(self.log_path, '{}.html'.format(self.current_test_name))
177 BokehFigure.save_figure(plot, output_file_path)
DCellularFr1RvRTest.py104 output_file_path = os.path.join(self.log_path, '{}.html'.format(self.current_test_name))
105 BokehFigure.save_figure(plot, output_file_path)
DCellularFr1SensitivityTest.py124 output_file_path = os.path.join(self.log_path, 'results.html')
125 BokehFigure.save_figures(figure_list, output_file_path)
DCellularLteSensitivityTest.py122 output_file_path = os.path.join(self.log_path, 'results.html')
123 BokehFigure.save_figures(figure_list, output_file_path)
DCellularRxPowerTest.py146 output_file_path = os.path.join(
148 figure.generate_figure(output_file_path)
DCellularFr2SensitivityTest.py129 output_file_path = os.path.join(self.log_path, 'results.html')
130 BokehFigure.save_figures(figure_list, output_file_path)
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiRoamingPerformanceTest.py190 output_file_path=plot_file_path)
195 output_file_path=plot_file_path)
374 output_file_path=None): argument
401 figure.generate_figure(output_file_path)
409 output_file_path=None): argument
438 figure.generate_figure(output_file_path)
DWifiSensitivityTest.py251 output_file_path = os.path.join(self.log_path, 'PER_curves.html')
252 BokehFigure.save_figures(figure_list, output_file_path)
829 output_file_path = os.path.join(current_context,
831 curr_plot.generate_figure(output_file_path)
833 output_file_path = os.path.join(current_context, 'results.html')
834 BokehFigure.save_figures(plots, 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)
DWifiRvrTest.py162 output_file_path = os.path.join(self.log_path, 'results.html')
163 BokehFigure.save_figures(figure_list, output_file_path)
347 output_file_path = os.path.join(
349 figure.generate_figure(output_file_path)
1043 output_file_path = os.path.join(self.log_path, 'results.html')
1044 BokehFigure.save_figures(figure_list, output_file_path)
DWifiThroughputStabilityTest.py216 output_file_path = os.path.join(
218 figure.generate_figure(output_file_path)
DWifiPingTest.py285 output_file_path = os.path.join(
287 figure.generate_figure(output_file_path)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_performance_test_utils/
Dbokeh_figure.py347 def save_figures(figure_array, output_file_path, save_json=True): argument
357 json_file_path = output_file_path.replace(
363 bokeh.plotting.output_file(output_file_path)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/
Dcoex_test_utils.py1066 output_file_path=None): argument
1122 if output_file_path is not None:
1123 output_file(output_file_path)
1132 output_file_path=None): argument
1276 output_file_path=None)
1278 if output_file_path is not None:
1279 output_file(output_file_path)
DCoexPerformanceBaseTest.py334 output_file_path = os.path.join(self.pri_ad.log_path,
342 output_file_path=output_file_path)
/tools/asuite/atest/
Dbazel_mode_unittest.py2700 output_file_path, package_name, target_suffix = (
2707 str(output_file_path),
2719 output_file_path, package_name, target_suffix = (
2726 str(output_file_path),