Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/performance/
DWlanRvrTest.py46 def create_rvr_graph(test_name, graph_path, graph_data): argument
59 relative_attn=graph_data['throughput_vs_attn']['relative_attn'],
60 throughput=graph_data['throughput_vs_attn']['throughput']))
65 x_axis_label=graph_data['throughput_vs_attn']['x_label'],
66 y_axis_label=graph_data['throughput_vs_attn']['y_label'],
67 x_range=graph_data['throughput_vs_attn']['relative_attn'],
422 graph_data = {'throughput_vs_attn': throughput_vs_attn}
423 return graph_data
629 graph_data = self.run_rvr(ssid,
636 graph_data):
[all …]