Home
last modified time | relevance | path

Searched refs:BokehFigure (Results 1 – 21 of 21) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/cellular/performance/
DCellularLteRvrTest.py30 from acts_contrib.test_utils.wifi.wifi_performance_test_utils.bokeh_figure import BokehFigure
67 plots[test_id] = BokehFigure(
74 plots[test_id_rvr] = BokehFigure(
123 BokehFigure.save_figures(figure_list, output_file_path)
159 plot = BokehFigure(
177 BokehFigure.save_figure(plot, output_file_path)
DCellularFr1RvRTest.py29 from acts_contrib.test_utils.wifi.wifi_performance_test_utils.bokeh_figure import BokehFigure
87 plot = BokehFigure(
105 BokehFigure.save_figure(plot, output_file_path)
DCellularFr1SensitivityTest.py28 from acts_contrib.test_utils.wifi.wifi_performance_test_utils.bokeh_figure import BokehFigure
76 plots[test_id] = BokehFigure(
81 plots[test_id_rvr] = BokehFigure(
125 BokehFigure.save_figures(figure_list, output_file_path)
DCellularLteSensitivityTest.py30 from acts_contrib.test_utils.wifi.wifi_performance_test_utils.bokeh_figure import BokehFigure
68 plots[test_id] = BokehFigure(
75 plots[test_id_rvr] = BokehFigure(
123 BokehFigure.save_figures(figure_list, output_file_path)
DCellularFr2SensitivityTest.py28 from acts_contrib.test_utils.wifi.wifi_performance_test_utils.bokeh_figure import BokehFigure
81 plots[test_id] = BokehFigure(
86 plots[test_id_rvr] = BokehFigure(
130 BokehFigure.save_figures(figure_list, output_file_path)
DCellularRxPowerTest.py32 from acts_contrib.test_utils.wifi.wifi_performance_test_utils.bokeh_figure import BokehFigure
123 figure = BokehFigure(title=self.current_test_name,
DCellularPageDecodeTest.py30 from acts_contrib.test_utils.wifi.wifi_performance_test_utils.bokeh_figure import BokehFigure
DCellularLteFr1EndcSensitivityTest.py30 from acts_contrib.test_utils.wifi.wifi_performance_test_utils.bokeh_figure import BokehFigure
/tools/test/connectivity/acts_tests/tests/google/ble/performance/
DBleRangeTest.py75 self.plot = bokeh_figure.BokehFigure(
163 self.plot_throughput = bokeh_figure.BokehFigure(
204 bokeh_figure.BokehFigure.save_figures([self.plot_throughput],
210 bokeh_figure.BokehFigure.save_figures([self.plot_throughput],
281 bokeh_figure.BokehFigure.save_figures([self.plot], results_file_path)
/tools/test/connectivity/acts_tests/tests/google/bt/sar/
DBtSarTpcTest.py58 self.tpc_plots_figure = wifi_utils.BokehFigure(
63 self.tpc_plots_derivative_figure = wifi_utils.BokehFigure(
199 wifi_utils.BokehFigure.save_figures(
DBtSarPowerLimitTest.py45 self.plot = wifi_utils.BokehFigure(title='{}'.format(
DBleSarPowerLimitTest.py67 self.plot = wifi_utils.BokehFigure(title='{}'.format(
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiRvrTest.py33 from acts_contrib.test_utils.wifi.wifi_performance_test_utils.bokeh_figure import BokehFigure
131 plots[plot_id] = BokehFigure(
163 BokehFigure.save_figures(figure_list, output_file_path)
277 figure = BokehFigure(title=self.current_test_name,
947 plots[test_id] = BokehFigure(
956 plots[test_id_phy] = BokehFigure(
1044 BokehFigure.save_figures(figure_list, output_file_path)
DWifiRssiTest.py34 from acts_contrib.test_utils.wifi.wifi_performance_test_utils.bokeh_figure import BokehFigure
305 figure = BokehFigure(self.current_test_name,
343 figure = BokehFigure(
419 figure = BokehFigure(self.current_test_name,
965 current_plot = BokehFigure(
978 BokehFigure.save_figures(plots, plot_file_path)
DWifiRoamingPerformanceTest.py31 from acts_contrib.test_utils.wifi.wifi_performance_test_utils.bokeh_figure import BokehFigure
225 figure = BokehFigure(title=self.current_test_name,
387 figure = BokehFigure(title=self.current_test_name,
422 figure = BokehFigure(title=self.current_test_name,
DWifiThroughputStabilityTest.py34 from acts_contrib.test_utils.wifi.wifi_performance_test_utils.bokeh_figure import BokehFigure
204 figure = BokehFigure(self.current_test_name,
593 current_plot = BokehFigure(
610 BokehFigure.save_figures(plots, plot_file_path)
DWifiSensitivityTest.py32 from acts_contrib.test_utils.wifi.wifi_performance_test_utils.bokeh_figure import BokehFigure
234 plots[plot_id] = BokehFigure(
252 BokehFigure.save_figures(figure_list, output_file_path)
803 curr_plot = BokehFigure(title=str(test_id_str),
834 BokehFigure.save_figures(plots, output_file_path)
DWifiPingTest.py32 from acts_contrib.test_utils.wifi.wifi_performance_test_utils.bokeh_figure import BokehFigure
272 figure = BokehFigure(self.current_test_name,
771 figure = BokehFigure(
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dble_performance_test_utils.py267 plot = bokeh_figure.BokehFigure(
288 bokeh_figure.BokehFigure.save_figures([plot], results_file_path)
DBtSarBaseTest.py238 wifi_utils.BokehFigure.save_figures([self.plot], results_file_path)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_performance_test_utils/
Dbokeh_figure.py26 class BokehFigure(): class